Shades of Fire Brick #AB190B
Tints of Fire Brick #AB190B
RGB
CMYK
RGB Variations
Color information
#AB190B (or 0xAB190B) is known color: Fire Brick. HEX triplet: AB, 19 and 0B. RGB value is (171,25,11). Sum of RGB (Red+Green+Blue) = 171+25+11=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB190B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB190B is #54E6F4. Grayscale: #434343. Windows color (decimal): -5564149 or 727467. OLE color: 727467.
HSL color Cylindrical-coordinate representation of color #AB190B: hue angle of 5.25º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB190B is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 11 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.33 |
| HSL | 5.25º | 0.88% | 0.36% | - |
| HSV(B) | 5.25º | 0.94% | 0.67% | - |
| XYZ | 17.2 | 9.38 | 1.22 | - |
| YUV | 67.06 | 96.37 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 11 | 0 | 0.85 | 0.94 | 0.33 | 5.25 | 0.88 | 0.36 |
| Hex | AB | 19 | B | 0 | 55 | 5E | 21 | 5 | 58 | 24 |
| Octal | 253 | 31 | 13 | 0 | 125 | 136 | 41 | 5 | 130 | 44 |
| Binary | 10101011 | 11001 | 1011 | 0 | 1010101 | 1011110 | 100001 | 101 | 1011000 | 100100 |
Color Harmonies of #AB190B
Complementary color
Monochromatic Colors of #AB190B
Black with #AB190B
Text Example
Text Example
White with #AB190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB190B; }
p { color: rgb(171,25,11); }
H1.HeaderClassName
{
color: #AB190B;
}
.AnyTagClassName
{
color: #AB190B;
}
</style>
background-color css
<style>
a { background-color: #AB190B; }
a { background-color: rgb(171,25,11); }
div.DivClassName
{
background-color: #AB190B;
}
.BgClassName
{
background-color: #AB190B;
}
</style>
border-color css
<style>
span { border-color: #AB190B; }
span { border-color: rgb(171,25,11); }
td.TdClassName
{
border-color: #AB190B;
}
.TagClassName
{
border-color: #AB190B;
}
</style>