Shades of Fire Brick #A0250C
Tints of Fire Brick #A0250C
RGB
CMYK
RGB Variations
Color information
#A0250C (or 0xA0250C) is known color: Fire Brick. HEX triplet: A0, 25 and 0C. RGB value is (160,37,12). Sum of RGB (Red+Green+Blue) = 160+37+12=209 (27% of max value = 765). Red value is 160 (62.89% from 255 or 76.56% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 160 - color contains mainly: red. Hex color #A0250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A0250C is #5FDAF3. Grayscale: #474747. Windows color (decimal): -6281972 or 796064. OLE color: 796064.
HSL color Cylindrical-coordinate representation of color #A0250C: hue angle of 10.14º 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 #A0250C is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 37 | 12 | - |
| CMYK | 0 | 0.77 | 0.93 | 0.37 |
| HSL | 10.14º | 0.86% | 0.34% | - |
| HSV(B) | 10.14º | 0.93% | 0.63% | - |
| XYZ | 15.23 | 8.82 | 1.25 | - |
| YUV | 70.93 | 94.75 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 37 | 12 | 0 | 0.77 | 0.93 | 0.37 | 10.14 | 0.86 | 0.34 |
| Hex | A0 | 25 | C | 0 | 4D | 5D | 25 | A | 56 | 22 |
| Octal | 240 | 45 | 14 | 0 | 115 | 135 | 45 | 12 | 126 | 42 |
| Binary | 10100000 | 100101 | 1100 | 0 | 1001101 | 1011101 | 100101 | 1010 | 1010110 | 100010 |
Color Harmonies of #A0250C
Complementary color
Monochromatic Colors of #A0250C
Black with #A0250C
Text Example
Text Example
White with #A0250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0250C; }
p { color: rgb(160,37,12); }
H1.HeaderClassName
{
color: #A0250C;
}
.AnyTagClassName
{
color: #A0250C;
}
</style>
background-color css
<style>
a { background-color: #A0250C; }
a { background-color: rgb(160,37,12); }
div.DivClassName
{
background-color: #A0250C;
}
.BgClassName
{
background-color: #A0250C;
}
</style>
border-color css
<style>
span { border-color: #A0250C; }
span { border-color: rgb(160,37,12); }
td.TdClassName
{
border-color: #A0250C;
}
.TagClassName
{
border-color: #A0250C;
}
</style>