Shades of Fire Brick #A01E0C
Tints of Fire Brick #A01E0C
RGB
CMYK
RGB Variations
Color information
#A01E0C (or 0xA01E0C) is known color: Fire Brick. HEX triplet: A0, 1E and 0C. RGB value is (160,30,12). Sum of RGB (Red+Green+Blue) = 160+30+12=202 (26% of max value = 765). Red value is 160 (62.89% from 255 or 79.21% from 202); Green value is 30 (12.11% from 255 or 14.85% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 160 - color contains mainly: red. Hex color #A01E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01E0C is #5FE1F3. Grayscale: #434343. Windows color (decimal): -6283764 or 794272. OLE color: 794272.
HSL color Cylindrical-coordinate representation of color #A01E0C: hue angle of 7.3º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A01E0C is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 30 | 12 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.37 |
| HSL | 7.3º | 0.86% | 0.34% | - |
| HSV(B) | 7.3º | 0.93% | 0.63% | - |
| XYZ | 15.03 | 8.43 | 1.18 | - |
| YUV | 66.82 | 97.07 | 194.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 30 | 12 | 0 | 0.81 | 0.93 | 0.37 | 7.3 | 0.86 | 0.34 |
| Hex | A0 | 1E | C | 0 | 51 | 5D | 25 | 7 | 56 | 22 |
| Octal | 240 | 36 | 14 | 0 | 121 | 135 | 45 | 7 | 126 | 42 |
| Binary | 10100000 | 11110 | 1100 | 0 | 1010001 | 1011101 | 100101 | 111 | 1010110 | 100010 |
Color Harmonies of #A01E0C
Complementary color
Monochromatic Colors of #A01E0C
Black with #A01E0C
Text Example
Text Example
White with #A01E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01E0C; }
p { color: rgb(160,30,12); }
H1.HeaderClassName
{
color: #A01E0C;
}
.AnyTagClassName
{
color: #A01E0C;
}
</style>
background-color css
<style>
a { background-color: #A01E0C; }
a { background-color: rgb(160,30,12); }
div.DivClassName
{
background-color: #A01E0C;
}
.BgClassName
{
background-color: #A01E0C;
}
</style>
border-color css
<style>
span { border-color: #A01E0C; }
span { border-color: rgb(160,30,12); }
td.TdClassName
{
border-color: #A01E0C;
}
.TagClassName
{
border-color: #A01E0C;
}
</style>