Shades of Fire Brick #C02A1F
Tints of Fire Brick #C02A1F
RGB
CMYK
RGB Variations
Color information
#C02A1F (or 0xC02A1F) is known color: Fire Brick. HEX triplet: C0, 2A and 1F. RGB value is (192,42,31). Sum of RGB (Red+Green+Blue) = 192+42+31=265 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.45% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 192 - color contains mainly: red. Hex color #C02A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02A1F is #3FD5E0. Grayscale: #555555. Windows color (decimal): -4183521 or 2042560. OLE color: 2042560.
HSL color Cylindrical-coordinate representation of color #C02A1F: hue angle of 4.1º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C02A1F is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 42 | 31 | - |
| CMYK | 0 | 0.78 | 0.84 | 0.25 |
| HSL | 4.1º | 0.72% | 0.44% | - |
| HSV(B) | 4.1º | 0.84% | 0.75% | - |
| XYZ | 22.81 | 12.96 | 2.6 | - |
| YUV | 85.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 42 | 31 | 0 | 0.78 | 0.84 | 0.25 | 4.1 | 0.72 | 0.44 |
| Hex | C0 | 2A | 1F | 0 | 4E | 54 | 19 | 4 | 48 | 2C |
| Octal | 300 | 52 | 37 | 0 | 116 | 124 | 31 | 4 | 110 | 54 |
| Binary | 11000000 | 101010 | 11111 | 0 | 1001110 | 1010100 | 11001 | 100 | 1001000 | 101100 |
Color Harmonies of #C02A1F
Complementary color
Monochromatic Colors of #C02A1F
Black with #C02A1F
Text Example
Text Example
White with #C02A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02A1F; }
p { color: rgb(192,42,31); }
H1.HeaderClassName
{
color: #C02A1F;
}
.AnyTagClassName
{
color: #C02A1F;
}
</style>
background-color css
<style>
a { background-color: #C02A1F; }
a { background-color: rgb(192,42,31); }
div.DivClassName
{
background-color: #C02A1F;
}
.BgClassName
{
background-color: #C02A1F;
}
</style>
border-color css
<style>
span { border-color: #C02A1F; }
span { border-color: rgb(192,42,31); }
td.TdClassName
{
border-color: #C02A1F;
}
.TagClassName
{
border-color: #C02A1F;
}
</style>