Shades of Fire Brick #AB1908
Tints of Fire Brick #AB1908
RGB
CMYK
RGB Variations
Color information
#AB1908 (or 0xAB1908) is known color: Fire Brick. HEX triplet: AB, 19 and 08. RGB value is (171,25,8). Sum of RGB (Red+Green+Blue) = 171+25+8=204 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.82% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 8 (3.52% from 255 or 3.92% from 204); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1908 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1908 is #54E6F7. Grayscale: #424242. Windows color (decimal): -5564152 or 530859. OLE color: 530859.
HSL color Cylindrical-coordinate representation of color #AB1908: hue angle of 6.26º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB1908 is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 8 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.33 |
| HSL | 6.26º | 0.91% | 0.35% | - |
| HSV(B) | 6.26º | 0.95% | 0.67% | - |
| XYZ | 17.19 | 9.37 | 1.13 | - |
| YUV | 66.72 | 94.87 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 8 | 0 | 0.85 | 0.95 | 0.33 | 6.26 | 0.91 | 0.35 |
| Hex | AB | 19 | 8 | 0 | 55 | 5F | 21 | 6 | 5B | 23 |
| Octal | 253 | 31 | 10 | 0 | 125 | 137 | 41 | 6 | 133 | 43 |
| Binary | 10101011 | 11001 | 1000 | 0 | 1010101 | 1011111 | 100001 | 110 | 1011011 | 100011 |
Color Harmonies of #AB1908
Complementary color
Monochromatic Colors of #AB1908
Black with #AB1908
Text Example
Text Example
White with #AB1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1908; }
p { color: rgb(171,25,8); }
H1.HeaderClassName
{
color: #AB1908;
}
.AnyTagClassName
{
color: #AB1908;
}
</style>
background-color css
<style>
a { background-color: #AB1908; }
a { background-color: rgb(171,25,8); }
div.DivClassName
{
background-color: #AB1908;
}
.BgClassName
{
background-color: #AB1908;
}
</style>
border-color css
<style>
span { border-color: #AB1908; }
span { border-color: rgb(171,25,8); }
td.TdClassName
{
border-color: #AB1908;
}
.TagClassName
{
border-color: #AB1908;
}
</style>