Shades of Fire Brick #AB150A
Tints of Fire Brick #AB150A
RGB
CMYK
RGB Variations
Color information
#AB150A (or 0xAB150A) is known color: Fire Brick. HEX triplet: AB, 15 and 0A. RGB value is (171,21,10). Sum of RGB (Red+Green+Blue) = 171+21+10=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 21 (8.59% from 255 or 10.40% from 202); Blue value is 10 (4.30% from 255 or 4.95% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB150A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB150A is #54EAF5. Grayscale: #404040. Windows color (decimal): -5565174 or 660907. OLE color: 660907.
HSL color Cylindrical-coordinate representation of color #AB150A: hue angle of 4.1º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB150A is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 10 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.33 |
| HSL | 4.1º | 0.89% | 0.35% | - |
| HSV(B) | 4.1º | 0.94% | 0.67% | - |
| XYZ | 17.12 | 9.22 | 1.16 | - |
| YUV | 64.6 | 97.2 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 10 | 0 | 0.88 | 0.94 | 0.33 | 4.1 | 0.89 | 0.35 |
| Hex | AB | 15 | A | 0 | 58 | 5E | 21 | 4 | 59 | 23 |
| Octal | 253 | 25 | 12 | 0 | 130 | 136 | 41 | 4 | 131 | 43 |
| Binary | 10101011 | 10101 | 1010 | 0 | 1011000 | 1011110 | 100001 | 100 | 1011001 | 100011 |
Color Harmonies of #AB150A
Complementary color
Monochromatic Colors of #AB150A
Black with #AB150A
Text Example
Text Example
White with #AB150A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB150A; }
p { color: rgb(171,21,10); }
H1.HeaderClassName
{
color: #AB150A;
}
.AnyTagClassName
{
color: #AB150A;
}
</style>
background-color css
<style>
a { background-color: #AB150A; }
a { background-color: rgb(171,21,10); }
div.DivClassName
{
background-color: #AB150A;
}
.BgClassName
{
background-color: #AB150A;
}
</style>
border-color css
<style>
span { border-color: #AB150A; }
span { border-color: rgb(171,21,10); }
td.TdClassName
{
border-color: #AB150A;
}
.TagClassName
{
border-color: #AB150A;
}
</style>