Shades of Fire Brick #A01918
Tints of Fire Brick #A01918
RGB
CMYK
RGB Variations
Color information
#A01918 (or 0xA01918) is known color: Fire Brick. HEX triplet: A0, 19 and 18. RGB value is (160,25,24). Sum of RGB (Red+Green+Blue) = 160+25+24=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 24 (9.77% from 255 or 11.48% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A01918 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A01918 is #5FE6E7. Grayscale: #414141. Windows color (decimal): -6285032 or 1579424. OLE color: 1579424.
HSL color Cylindrical-coordinate representation of color #A01918: hue angle of 0.44º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A01918 is Cyan = 0, Magento = 0.84, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 25 | 24 | - |
| CMYK | 0 | 0.84 | 0.85 | 0.37 |
| HSL | 0.44º | 0.74% | 0.36% | - |
| HSV(B) | 0.44º | 0.85% | 0.63% | - |
| XYZ | 15.01 | 8.23 | 1.66 | - |
| YUV | 65.25 | 104.73 | 195.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 24 | 0 | 0.84 | 0.85 | 0.37 | 0.44 | 0.74 | 0.36 |
| Hex | A0 | 19 | 18 | 0 | 54 | 55 | 25 | 0 | 4A | 24 |
| Octal | 240 | 31 | 30 | 0 | 124 | 125 | 45 | 0 | 112 | 44 |
| Binary | 10100000 | 11001 | 11000 | 0 | 1010100 | 1010101 | 100101 | 0 | 1001010 | 100100 |
Color Harmonies of #A01918
Complementary color
Monochromatic Colors of #A01918
Black with #A01918
Text Example
Text Example
White with #A01918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A01918; }
p { color: rgb(160,25,24); }
H1.HeaderClassName
{
color: #A01918;
}
.AnyTagClassName
{
color: #A01918;
}
</style>
background-color css
<style>
a { background-color: #A01918; }
a { background-color: rgb(160,25,24); }
div.DivClassName
{
background-color: #A01918;
}
.BgClassName
{
background-color: #A01918;
}
</style>
border-color css
<style>
span { border-color: #A01918; }
span { border-color: rgb(160,25,24); }
td.TdClassName
{
border-color: #A01918;
}
.TagClassName
{
border-color: #A01918;
}
</style>