Shades of Fire Brick #C02A24
Tints of Fire Brick #C02A24
RGB
CMYK
RGB Variations
Color information
#C02A24 (or 0xC02A24) is known color: Fire Brick. HEX triplet: C0, 2A and 24. RGB value is (192,42,36). Sum of RGB (Red+Green+Blue) = 192+42+36=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A24 is #3FD5DB. Grayscale: #565656. Windows color (decimal): -4183516 or 2370240. OLE color: 2370240.
HSL color Cylindrical-coordinate representation of color #C02A24: hue angle of 2.31º 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 #C02A24 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 36 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.25 |
| HSL | 2.31º | 0.68% | 0.45% | - |
| HSV(B) | 2.31º | 0.81% | 0.75% | - |
| XYZ | 22.88 | 12.99 | 2.97 | - |
| YUV | 86.17 | 99.7 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 36 | 0 | 0.78 | 0.81 | 0.25 | 2.31 | 0.68 | 0.45 |
| Hex | C0 | 2A | 24 | 0 | 4E | 51 | 19 | 2 | 44 | 2D |
| Octal | 300 | 52 | 44 | 0 | 116 | 121 | 31 | 2 | 104 | 55 |
| Binary | 11000000 | 101010 | 100100 | 0 | 1001110 | 1010001 | 11001 | 10 | 1000100 | 101101 |
Color Harmonies of #C02A24
Complementary color
Monochromatic Colors of #C02A24
Black with #C02A24
Text Example
Text Example
White with #C02A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A24; }
p { color: rgb(192,42,36); }
H1.HeaderClassName
{
color: #C02A24;
}
.AnyTagClassName
{
color: #C02A24;
}
</style>
background-color css
<style>
a { background-color: #C02A24; }
a { background-color: rgb(192,42,36); }
div.DivClassName
{
background-color: #C02A24;
}
.BgClassName
{
background-color: #C02A24;
}
</style>
border-color css
<style>
span { border-color: #C02A24; }
span { border-color: rgb(192,42,36); }
td.TdClassName
{
border-color: #C02A24;
}
.TagClassName
{
border-color: #C02A24;
}
</style>