Shades of Fire Brick #AB1E08
Tints of Fire Brick #AB1E08
RGB
CMYK
RGB Variations
Color information
#AB1E08 (or 0xAB1E08) is known color: Fire Brick. HEX triplet: AB, 1E and 08. RGB value is (171,30,8). Sum of RGB (Red+Green+Blue) = 171+30+8=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 30 (12.11% from 255 or 14.35% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E08 is #54E1F7. Grayscale: #454545. Windows color (decimal): -5562872 or 532139. OLE color: 532139.
HSL color Cylindrical-coordinate representation of color #AB1E08: hue angle of 8.1º 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 #AB1E08 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 8 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.33 |
| HSL | 8.1º | 0.91% | 0.35% | - |
| HSV(B) | 8.1º | 0.95% | 0.67% | - |
| XYZ | 17.3 | 9.6 | 1.17 | - |
| YUV | 69.65 | 93.21 | 200.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 8 | 0 | 0.82 | 0.95 | 0.33 | 8.1 | 0.91 | 0.35 |
| Hex | AB | 1E | 8 | 0 | 52 | 5F | 21 | 8 | 5B | 23 |
| Octal | 253 | 36 | 10 | 0 | 122 | 137 | 41 | 10 | 133 | 43 |
| Binary | 10101011 | 11110 | 1000 | 0 | 1010010 | 1011111 | 100001 | 1000 | 1011011 | 100011 |
Color Harmonies of #AB1E08
Complementary color
Monochromatic Colors of #AB1E08
Black with #AB1E08
Text Example
Text Example
White with #AB1E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E08; }
p { color: rgb(171,30,8); }
H1.HeaderClassName
{
color: #AB1E08;
}
.AnyTagClassName
{
color: #AB1E08;
}
</style>
background-color css
<style>
a { background-color: #AB1E08; }
a { background-color: rgb(171,30,8); }
div.DivClassName
{
background-color: #AB1E08;
}
.BgClassName
{
background-color: #AB1E08;
}
</style>
border-color css
<style>
span { border-color: #AB1E08; }
span { border-color: rgb(171,30,8); }
td.TdClassName
{
border-color: #AB1E08;
}
.TagClassName
{
border-color: #AB1E08;
}
</style>