Shades of Fire Brick #A0180F
Tints of Fire Brick #A0180F
RGB
CMYK
RGB Variations
Color information
#A0180F (or 0xA0180F) is known color: Fire Brick. HEX triplet: A0, 18 and 0F. RGB value is (160,24,15). Sum of RGB (Red+Green+Blue) = 160+24+15=199 (26% of max value = 765). Red value is 160 (62.89% from 255 or 80.40% from 199); Green value is 24 (9.77% from 255 or 12.06% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 160 - color contains mainly: red. Hex color #A0180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A0180F is #5FE7F0. Grayscale: #3F3F3F. Windows color (decimal): -6285297 or 989344. OLE color: 989344.
HSL color Cylindrical-coordinate representation of color #A0180F: hue angle of 3.72º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A0180F is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 24 | 15 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.37 |
| HSL | 3.72º | 0.83% | 0.34% | - |
| HSV(B) | 3.72º | 0.91% | 0.63% | - |
| XYZ | 14.91 | 8.16 | 1.24 | - |
| YUV | 63.64 | 100.56 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 24 | 15 | 0 | 0.85 | 0.91 | 0.37 | 3.72 | 0.83 | 0.34 |
| Hex | A0 | 18 | F | 0 | 55 | 5B | 25 | 4 | 53 | 22 |
| Octal | 240 | 30 | 17 | 0 | 125 | 133 | 45 | 4 | 123 | 42 |
| Binary | 10100000 | 11000 | 1111 | 0 | 1010101 | 1011011 | 100101 | 100 | 1010011 | 100010 |
Color Harmonies of #A0180F
Complementary color
Monochromatic Colors of #A0180F
Black with #A0180F
Text Example
Text Example
White with #A0180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0180F; }
p { color: rgb(160,24,15); }
H1.HeaderClassName
{
color: #A0180F;
}
.AnyTagClassName
{
color: #A0180F;
}
</style>
background-color css
<style>
a { background-color: #A0180F; }
a { background-color: rgb(160,24,15); }
div.DivClassName
{
background-color: #A0180F;
}
.BgClassName
{
background-color: #A0180F;
}
</style>
border-color css
<style>
span { border-color: #A0180F; }
span { border-color: rgb(160,24,15); }
td.TdClassName
{
border-color: #A0180F;
}
.TagClassName
{
border-color: #A0180F;
}
</style>