Shades of Fire Brick #AB250E
Tints of Fire Brick #AB250E
RGB
CMYK
RGB Variations
Color information
#AB250E (or 0xAB250E) is known color: Fire Brick. HEX triplet: AB, 25 and 0E. RGB value is (171,37,14). Sum of RGB (Red+Green+Blue) = 171+37+14=222 (29% of max value = 765). Red value is 171 (67.19% from 255 or 77.03% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 171 - color contains mainly: red. Hex color #AB250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB250E is #54DAF1. Grayscale: #4A4A4A. Windows color (decimal): -5561074 or 927147. OLE color: 927147.
HSL color Cylindrical-coordinate representation of color #AB250E: hue angle of 8.79º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB250E is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 14 | - |
| CMYK | 0 | 0.78 | 0.92 | 0.33 |
| HSL | 8.79º | 0.85% | 0.36% | - |
| HSV(B) | 8.79º | 0.92% | 0.67% | - |
| XYZ | 17.54 | 10.01 | 1.42 | - |
| YUV | 74.44 | 93.89 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 14 | 0 | 0.78 | 0.92 | 0.33 | 8.79 | 0.85 | 0.36 |
| Hex | AB | 25 | E | 0 | 4E | 5C | 21 | 9 | 55 | 24 |
| Octal | 253 | 45 | 16 | 0 | 116 | 134 | 41 | 11 | 125 | 44 |
| Binary | 10101011 | 100101 | 1110 | 0 | 1001110 | 1011100 | 100001 | 1001 | 1010101 | 100100 |
Color Harmonies of #AB250E
Complementary color
Monochromatic Colors of #AB250E
Black with #AB250E
Text Example
Text Example
White with #AB250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB250E; }
p { color: rgb(171,37,14); }
H1.HeaderClassName
{
color: #AB250E;
}
.AnyTagClassName
{
color: #AB250E;
}
</style>
background-color css
<style>
a { background-color: #AB250E; }
a { background-color: rgb(171,37,14); }
div.DivClassName
{
background-color: #AB250E;
}
.BgClassName
{
background-color: #AB250E;
}
</style>
border-color css
<style>
span { border-color: #AB250E; }
span { border-color: rgb(171,37,14); }
td.TdClassName
{
border-color: #AB250E;
}
.TagClassName
{
border-color: #AB250E;
}
</style>