Shades of Fire Brick #AB1508
Tints of Fire Brick #AB1508
RGB
CMYK
RGB Variations
Color information
#AB1508 (or 0xAB1508) is known color: Fire Brick. HEX triplet: AB, 15 and 08. RGB value is (171,21,8). Sum of RGB (Red+Green+Blue) = 171+21+8=200 (26% of max value = 765). Red value is 171 (67.19% from 255 or 85.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 8 (3.52% from 255 or 4% from 200); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB1508 is #54EAF7. Grayscale: #404040. Windows color (decimal): -5565176 or 529835. OLE color: 529835.
HSL color Cylindrical-coordinate representation of color #AB1508: hue angle of 4.79º 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 #AB1508 is Cyan = 0, Magento = 0.88, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 8 | - |
| CMYK | 0 | 0.88 | 0.95 | 0.33 |
| HSL | 4.79º | 0.91% | 0.35% | - |
| HSV(B) | 4.79º | 0.95% | 0.67% | - |
| XYZ | 17.11 | 9.21 | 1.11 | - |
| YUV | 64.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 8 | 0 | 0.88 | 0.95 | 0.33 | 4.79 | 0.91 | 0.35 |
| Hex | AB | 15 | 8 | 0 | 58 | 5F | 21 | 5 | 5B | 23 |
| Octal | 253 | 25 | 10 | 0 | 130 | 137 | 41 | 5 | 133 | 43 |
| Binary | 10101011 | 10101 | 1000 | 0 | 1011000 | 1011111 | 100001 | 101 | 1011011 | 100011 |
Color Harmonies of #AB1508
Complementary color
Monochromatic Colors of #AB1508
Black with #AB1508
Text Example
Text Example
White with #AB1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1508; }
p { color: rgb(171,21,8); }
H1.HeaderClassName
{
color: #AB1508;
}
.AnyTagClassName
{
color: #AB1508;
}
</style>
background-color css
<style>
a { background-color: #AB1508; }
a { background-color: rgb(171,21,8); }
div.DivClassName
{
background-color: #AB1508;
}
.BgClassName
{
background-color: #AB1508;
}
</style>
border-color css
<style>
span { border-color: #AB1508; }
span { border-color: rgb(171,21,8); }
td.TdClassName
{
border-color: #AB1508;
}
.TagClassName
{
border-color: #AB1508;
}
</style>