Shades of Fire Brick #AB1E05
Tints of Fire Brick #AB1E05
RGB
CMYK
RGB Variations
Color information
#AB1E05 (or 0xAB1E05) is known color: Fire Brick. HEX triplet: AB, 1E and 05. RGB value is (171,30,5). Sum of RGB (Red+Green+Blue) = 171+30+5=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 30 (12.11% from 255 or 14.56% from 206); Blue value is 5 (2.34% from 255 or 2.43% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB1E05 is #54E1FA. Grayscale: #454545. Windows color (decimal): -5562875 or 335531. OLE color: 335531.
HSL color Cylindrical-coordinate representation of color #AB1E05: hue angle of 9.04º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB1E05 is Cyan = 0, Magento = 0.82, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 30 | 5 | - |
| CMYK | 0 | 0.82 | 0.97 | 0.33 |
| HSL | 9.04º | 0.94% | 0.35% | - |
| HSV(B) | 9.04º | 0.97% | 0.67% | - |
| XYZ | 17.29 | 9.6 | 1.08 | - |
| YUV | 69.31 | 91.71 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 5 | 0 | 0.82 | 0.97 | 0.33 | 9.04 | 0.94 | 0.35 |
| Hex | AB | 1E | 5 | 0 | 52 | 61 | 21 | 9 | 5E | 23 |
| Octal | 253 | 36 | 5 | 0 | 122 | 141 | 41 | 11 | 136 | 43 |
| Binary | 10101011 | 11110 | 101 | 0 | 1010010 | 1100001 | 100001 | 1001 | 1011110 | 100011 |
Color Harmonies of #AB1E05
Complementary color
Monochromatic Colors of #AB1E05
Black with #AB1E05
Text Example
Text Example
White with #AB1E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1E05; }
p { color: rgb(171,30,5); }
H1.HeaderClassName
{
color: #AB1E05;
}
.AnyTagClassName
{
color: #AB1E05;
}
</style>
background-color css
<style>
a { background-color: #AB1E05; }
a { background-color: rgb(171,30,5); }
div.DivClassName
{
background-color: #AB1E05;
}
.BgClassName
{
background-color: #AB1E05;
}
</style>
border-color css
<style>
span { border-color: #AB1E05; }
span { border-color: rgb(171,30,5); }
td.TdClassName
{
border-color: #AB1E05;
}
.TagClassName
{
border-color: #AB1E05;
}
</style>