Shades of Fire Brick #C02B24
Tints of Fire Brick #C02B24
RGB
CMYK
RGB Variations
Color information
#C02B24 (or 0xC02B24) is known color: Fire Brick. HEX triplet: C0, 2B and 24. RGB value is (192,43,36). Sum of RGB (Red+Green+Blue) = 192+43+36=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 43 (17.19% from 255 or 15.87% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C02B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02B24 is #3FD4DB. Grayscale: #565656. Windows color (decimal): -4183260 or 2370496. OLE color: 2370496.
HSL color Cylindrical-coordinate representation of color #C02B24: hue angle of 2.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 #C02B24 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 43 | 36 | - |
| CMYK | 0 | 0.78 | 0.81 | 0.25 |
| HSL | 2.69º | 0.68% | 0.45% | - |
| HSV(B) | 2.69º | 0.81% | 0.75% | - |
| XYZ | 22.92 | 13.06 | 2.98 | - |
| YUV | 86.75 | 99.36 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 43 | 36 | 0 | 0.78 | 0.81 | 0.25 | 2.69 | 0.68 | 0.45 |
| Hex | C0 | 2B | 24 | 0 | 4E | 51 | 19 | 3 | 44 | 2D |
| Octal | 300 | 53 | 44 | 0 | 116 | 121 | 31 | 3 | 104 | 55 |
| Binary | 11000000 | 101011 | 100100 | 0 | 1001110 | 1010001 | 11001 | 11 | 1000100 | 101101 |
Color Harmonies of #C02B24
Complementary color
Monochromatic Colors of #C02B24
Black with #C02B24
Text Example
Text Example
White with #C02B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02B24; }
p { color: rgb(192,43,36); }
H1.HeaderClassName
{
color: #C02B24;
}
.AnyTagClassName
{
color: #C02B24;
}
</style>
background-color css
<style>
a { background-color: #C02B24; }
a { background-color: rgb(192,43,36); }
div.DivClassName
{
background-color: #C02B24;
}
.BgClassName
{
background-color: #C02B24;
}
</style>
border-color css
<style>
span { border-color: #C02B24; }
span { border-color: rgb(192,43,36); }
td.TdClassName
{
border-color: #C02B24;
}
.TagClassName
{
border-color: #C02B24;
}
</style>