Shades of Brick Red #C4424A
Tints of Brick Red #C4424A
RGB
CMYK
RGB Variations
Color information
#C4424A (or 0xC4424A) is known color: Brick Red. HEX triplet: C4, 42 and 4A. RGB value is (196,66,74). Sum of RGB (Red+Green+Blue) = 196+66+74=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 66 (26.17% from 255 or 19.64% from 336); Blue value is 74 (29.30% from 255 or 22.02% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C4424A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4424A is #3BBDB5. Grayscale: #696969. Windows color (decimal): -3915190 or 4866756. OLE color: 4866756.
HSL color Cylindrical-coordinate representation of color #C4424A: hue angle of 356.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4424A is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 74 | - |
| CMYK | 0 | 0.66 | 0.62 | 0.23 |
| HSL | 356.31º | 0.52% | 0.51% | - |
| HSV(B) | 356.31º | 0.66% | 0.77% | - |
| XYZ | 25.95 | 16.13 | 8.22 | - |
| YUV | 105.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 74 | 0 | 0.66 | 0.62 | 0.23 | 356.31 | 0.52 | 0.51 |
| Hex | C4 | 42 | 4A | 0 | 42 | 3E | 17 | 164 | 34 | 33 |
| Octal | 304 | 102 | 112 | 0 | 102 | 76 | 27 | 544 | 64 | 63 |
| Binary | 11000100 | 1000010 | 1001010 | 0 | 1000010 | 111110 | 10111 | 101100100 | 110100 | 110011 |
Color Harmonies of #C4424A
Complementary color
Monochromatic Colors of #C4424A
Black with #C4424A
Text Example
Text Example
White with #C4424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4424A; }
p { color: rgb(196,66,74); }
H1.HeaderClassName
{
color: #C4424A;
}
.AnyTagClassName
{
color: #C4424A;
}
</style>
background-color css
<style>
a { background-color: #C4424A; }
a { background-color: rgb(196,66,74); }
div.DivClassName
{
background-color: #C4424A;
}
.BgClassName
{
background-color: #C4424A;
}
</style>
border-color css
<style>
span { border-color: #C4424A; }
span { border-color: rgb(196,66,74); }
td.TdClassName
{
border-color: #C4424A;
}
.TagClassName
{
border-color: #C4424A;
}
</style>