COLOR #C32A08

HEX: #C32A08
RGB: (195,42,8)

Color info

#C32A08 contains mainly red color. Web safe color of #C32A08 is #CC3300 (or #C30).

RGB color model

#C32A08 color RGB value is (195,42,8).

  • red value is 195;
  • green value is 42;
  • blue value is 8.
RGB:
(195,42,8)
(76%,16%,3%)

RGB channels and saturation

R 195 of 255 = 76%
G 42 of 255 = 16%
B 8 of 255 = 3%

195
42
8

R + G + B ~ 32%. #C32A08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
195 + 42 + 8 = 245 (100%)
R 195 of 245 ~ 79.59%
G 42 of 245 ~ 17.14%
B 8 of 245 ~ 3.27%

%79.59
%17.14

CMYK color model

#C32A08 color CMYK value is (0,78,96,24).

  • cyan value is 0.00%
  • magenta value is 78.46%
  • yellow value is 95.90%
  • key color value is 23.53%
CMYK:
(0,78,96,24)
C0M78Y96K24 
(0%,78%,96%,24%)
(0.00/0.78/0.96/0.24)	

CMYK percentages

%0
%78.46
%95.9
%23.53

Codes

Color #C32A08 in popluar color models

C32A08
RGB195428
HSL11°92.12%39.80%
HSB/HSV11°95.90%76.47%
CMYK0.00%78.46%95.90%
23.53%

Color #C32A08 in popluar number systems.

HEXC32A08
Decimal195428
Binary110000111010101000
Octal3035210

Shades and tints

Shades of #C32A08

#C32A08
(195,42,8)
#B22708
(178,39,8)
#A12408
(161,36,8)
#902108
(144,33,8)
#7F1E08
(127,30,8)
#6E1B08
(110,27,8)
#5D1808
(93,24,8)
#4C1508
(76,21,8)
#3B1208
(59,18,8)
#2A0F08
(42,15,8)
#190C08
(25,12,8)
#000000
(0,0,0)

Tints of #C32A08

#C32A08
(195,42,8)
#C83D1E
(200,61,30)
#CD5034
(205,80,52)
#D2634A
(210,99,74)
#D77660
(215,118,96)
#DC8976
(220,137,118)
#E19C8C
(225,156,140)
#E6AFA2
(230,175,162)
#EBC2B8
(235,194,184)
#F0D5CE
(240,213,206)
#F5E8E4
(245,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C32A08 color. Also use rgb(195,42,8) instead hex code.

Text Font Color

.myTextColor { color: #C32A08; }

<p style="color:#C32A08">This sample text font color is #C32A08.</p>

This text font color is #C32A08.


Background Color

.myBgColor { background-color: #C32A08; }

<div style="background-color:#C32A08">Inner text</div>

This div background color is #C32A08.


Border color

.myBorderColor { border: 1px solid #C32A08; }

<div style="border:3px solid #C32A08">Div</div>

This div border color is #C32A08.


Opacity

.myOpacity80 { color: #C32A08; opacity: 0.8; }

<p style="color:#C32A08;opacity:0.8;">80%</p>

Text with #C32A08 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C32A08;}

<p style="text-shadow: 3px 3px 1px #C32A08">Text here.</p>

This text has shadow with #C32A08 color.

.textShadow {text-shadow: 3px 3px 1px #C32A08, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C32A08, 5px 5px 20px red">Text here.</p>

This text has shadow with #C32A08 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C32A08, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C32A08, Direction=45, Strength=4)">Text</p>

This text has shadow with #C32A08 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C32A08;
  -webkit-box-shadow:	1px 1px 3px 2px #C32A08;
  box-shadow:		1px 1px 3px 2px #C32A08;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C32A08;
-webkit-box-shadow: 1px 1px 3px 2px #C32A08;
box-shadow:1px 1px 3px 2px #C32A08;">
Div content here</div>
This div box has shadow with color #C32A08.

Preview

Color preview on black background

This text has color #C32A08 on black background.


Color preview on white background

This text has color #C32A08 on white background.



Black color preview on #C32A08 background

This text has black color on #C32A08 background.


White color preview on #C32A08 background

This text has white color on #C32A08 background.