Shades of Fire Brick #A01A0C
Tints of Fire Brick #A01A0C
RGB
CMYK
RGB Variations
Color information
#A01A0C (or 0xA01A0C) is known color: Fire Brick. HEX triplet: A0, 1A and 0C. RGB value is (160,26,12). Sum of RGB (Red+Green+Blue) = 160+26+12=198 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.81% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 160 - color contains mainly: red. Hex color #A01A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A01A0C is #5FE5F3. Grayscale: #404040. Windows color (decimal): -6284788 or 793248. OLE color: 793248.
HSL color Cylindrical-coordinate representation of color #A01A0C: hue angle of 5.68º 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 #A01A0C is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 26 | 12 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.37 |
| HSL | 5.68º | 0.86% | 0.34% | - |
| HSV(B) | 5.68º | 0.93% | 0.63% | - |
| XYZ | 14.93 | 8.24 | 1.15 | - |
| YUV | 64.47 | 98.39 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 26 | 12 | 0 | 0.84 | 0.93 | 0.37 | 5.68 | 0.86 | 0.34 |
| Hex | A0 | 1A | C | 0 | 54 | 5D | 25 | 6 | 56 | 22 |
| Octal | 240 | 32 | 14 | 0 | 124 | 135 | 45 | 6 | 126 | 42 |
| Binary | 10100000 | 11010 | 1100 | 0 | 1010100 | 1011101 | 100101 | 110 | 1010110 | 100010 |
Color Harmonies of #A01A0C
Complementary color
Monochromatic Colors of #A01A0C
Black with #A01A0C
Text Example
Text Example
White with #A01A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01A0C; }
p { color: rgb(160,26,12); }
H1.HeaderClassName
{
color: #A01A0C;
}
.AnyTagClassName
{
color: #A01A0C;
}
</style>
background-color css
<style>
a { background-color: #A01A0C; }
a { background-color: rgb(160,26,12); }
div.DivClassName
{
background-color: #A01A0C;
}
.BgClassName
{
background-color: #A01A0C;
}
</style>
border-color css
<style>
span { border-color: #A01A0C; }
span { border-color: rgb(160,26,12); }
td.TdClassName
{
border-color: #A01A0C;
}
.TagClassName
{
border-color: #A01A0C;
}
</style>