Shades of Brick Red #C02444
Tints of Brick Red #C02444
RGB
CMYK
RGB Variations
Color information
#C02444 (or 0xC02444) is known color: Brick Red. HEX triplet: C0, 24 and 44. RGB value is (192,36,68). Sum of RGB (Red+Green+Blue) = 192+36+68=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 68 (26.95% from 255 or 22.97% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C02444 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02444 is #3FDBBB. Grayscale: #565656. Windows color (decimal): -4185020 or 4465856. OLE color: 4465856.
HSL color Cylindrical-coordinate representation of color #C02444: hue angle of 347.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C02444 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 68 | - |
| CMYK | 0 | 0.81 | 0.65 | 0.25 |
| HSL | 347.69º | 0.68% | 0.45% | - |
| HSV(B) | 347.69º | 0.81% | 0.75% | - |
| XYZ | 23.41 | 12.89 | 6.72 | - |
| YUV | 86.29 | 117.68 | 203.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 68 | 0 | 0.81 | 0.65 | 0.25 | 347.69 | 0.68 | 0.45 |
| Hex | C0 | 24 | 44 | 0 | 51 | 41 | 19 | 15C | 44 | 2D |
| Octal | 300 | 44 | 104 | 0 | 121 | 101 | 31 | 534 | 104 | 55 |
| Binary | 11000000 | 100100 | 1000100 | 0 | 1010001 | 1000001 | 11001 | 101011100 | 1000100 | 101101 |
Color Harmonies of #C02444
Complementary color
Monochromatic Colors of #C02444
Black with #C02444
Text Example
Text Example
White with #C02444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02444; }
p { color: rgb(192,36,68); }
H1.HeaderClassName
{
color: #C02444;
}
.AnyTagClassName
{
color: #C02444;
}
</style>
background-color css
<style>
a { background-color: #C02444; }
a { background-color: rgb(192,36,68); }
div.DivClassName
{
background-color: #C02444;
}
.BgClassName
{
background-color: #C02444;
}
</style>
border-color css
<style>
span { border-color: #C02444; }
span { border-color: rgb(192,36,68); }
td.TdClassName
{
border-color: #C02444;
}
.TagClassName
{
border-color: #C02444;
}
</style>