Shades of Brick Red #C4414A
Tints of Brick Red #C4414A
RGB
CMYK
RGB Variations
Color information
#C4414A (or 0xC4414A) is known color: Brick Red. HEX triplet: C4, 41 and 4A. RGB value is (196,65,74). Sum of RGB (Red+Green+Blue) = 196+65+74=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4414A is #3BBEB5. Grayscale: #696969. Windows color (decimal): -3915446 or 4866500. OLE color: 4866500.
HSL color Cylindrical-coordinate representation of color #C4414A: hue angle of 355.88º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4414A is Cyan = 0, Magento = 0.67, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 74 | - |
| CMYK | 0 | 0.67 | 0.62 | 0.23 |
| HSL | 355.88º | 0.53% | 0.51% | - |
| HSV(B) | 355.88º | 0.67% | 0.77% | - |
| XYZ | 25.89 | 16.01 | 8.2 | - |
| YUV | 105.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 74 | 0 | 0.67 | 0.62 | 0.23 | 355.88 | 0.53 | 0.51 |
| Hex | C4 | 41 | 4A | 0 | 43 | 3E | 17 | 164 | 35 | 33 |
| Octal | 304 | 101 | 112 | 0 | 103 | 76 | 27 | 544 | 65 | 63 |
| Binary | 11000100 | 1000001 | 1001010 | 0 | 1000011 | 111110 | 10111 | 101100100 | 110101 | 110011 |
Color Harmonies of #C4414A
Complementary color
Monochromatic Colors of #C4414A
Black with #C4414A
Text Example
Text Example
White with #C4414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4414A; }
p { color: rgb(196,65,74); }
H1.HeaderClassName
{
color: #C4414A;
}
.AnyTagClassName
{
color: #C4414A;
}
</style>
background-color css
<style>
a { background-color: #C4414A; }
a { background-color: rgb(196,65,74); }
div.DivClassName
{
background-color: #C4414A;
}
.BgClassName
{
background-color: #C4414A;
}
</style>
border-color css
<style>
span { border-color: #C4414A; }
span { border-color: rgb(196,65,74); }
td.TdClassName
{
border-color: #C4414A;
}
.TagClassName
{
border-color: #C4414A;
}
</style>