Shades of Fire Brick #C01B0D
Tints of Fire Brick #C01B0D
RGB
CMYK
RGB Variations
Color information
#C01B0D (or 0xC01B0D) is known color: Fire Brick. HEX triplet: C0, 1B and 0D. RGB value is (192,27,13). Sum of RGB (Red+Green+Blue) = 192+27+13=232 (30% of max value = 765). Red value is 192 (75.39% from 255 or 82.76% from 232); Green value is 27 (10.94% from 255 or 11.64% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 192 - color contains mainly: red. Hex color #C01B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C01B0D is #3FE4F2. Grayscale: #4A4A4A. Windows color (decimal): -4187379 or 859072. OLE color: 859072.
HSL color Cylindrical-coordinate representation of color #C01B0D: hue angle of 4.69º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C01B0D is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 27 | 13 | - |
| CMYK | 0 | 0.86 | 0.93 | 0.25 |
| HSL | 4.69º | 0.87% | 0.4% | - |
| HSV(B) | 4.69º | 0.93% | 0.75% | - |
| XYZ | 22.2 | 12.02 | 1.53 | - |
| YUV | 74.74 | 93.16 | 211.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 27 | 13 | 0 | 0.86 | 0.93 | 0.25 | 4.69 | 0.87 | 0.4 |
| Hex | C0 | 1B | D | 0 | 56 | 5D | 19 | 5 | 57 | 28 |
| Octal | 300 | 33 | 15 | 0 | 126 | 135 | 31 | 5 | 127 | 50 |
| Binary | 11000000 | 11011 | 1101 | 0 | 1010110 | 1011101 | 11001 | 101 | 1010111 | 101000 |
Color Harmonies of #C01B0D
Complementary color
Monochromatic Colors of #C01B0D
Black with #C01B0D
Text Example
Text Example
White with #C01B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01B0D; }
p { color: rgb(192,27,13); }
H1.HeaderClassName
{
color: #C01B0D;
}
.AnyTagClassName
{
color: #C01B0D;
}
</style>
background-color css
<style>
a { background-color: #C01B0D; }
a { background-color: rgb(192,27,13); }
div.DivClassName
{
background-color: #C01B0D;
}
.BgClassName
{
background-color: #C01B0D;
}
</style>
border-color css
<style>
span { border-color: #C01B0D; }
span { border-color: rgb(192,27,13); }
td.TdClassName
{
border-color: #C01B0D;
}
.TagClassName
{
border-color: #C01B0D;
}
</style>