Shades of Fire Brick #AB150B
Tints of Fire Brick #AB150B
RGB
CMYK
RGB Variations
Color information
#AB150B (or 0xAB150B) is known color: Fire Brick. HEX triplet: AB, 15 and 0B. RGB value is (171,21,11). Sum of RGB (Red+Green+Blue) = 171+21+11=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB150B is #54EAF4. Grayscale: #404040. Windows color (decimal): -5565173 or 726443. OLE color: 726443.
HSL color Cylindrical-coordinate representation of color #AB150B: hue angle of 3.75º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AB150B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 21 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.33 |
| HSL | 3.75º | 0.88% | 0.36% | - |
| HSV(B) | 3.75º | 0.94% | 0.67% | - |
| XYZ | 17.12 | 9.22 | 1.19 | - |
| YUV | 64.71 | 97.7 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 21 | 11 | 0 | 0.88 | 0.94 | 0.33 | 3.75 | 0.88 | 0.36 |
| Hex | AB | 15 | B | 0 | 58 | 5E | 21 | 4 | 58 | 24 |
| Octal | 253 | 25 | 13 | 0 | 130 | 136 | 41 | 4 | 130 | 44 |
| Binary | 10101011 | 10101 | 1011 | 0 | 1011000 | 1011110 | 100001 | 100 | 1011000 | 100100 |
Color Harmonies of #AB150B
Complementary color
Monochromatic Colors of #AB150B
Black with #AB150B
Text Example
Text Example
White with #AB150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB150B; }
p { color: rgb(171,21,11); }
H1.HeaderClassName
{
color: #AB150B;
}
.AnyTagClassName
{
color: #AB150B;
}
</style>
background-color css
<style>
a { background-color: #AB150B; }
a { background-color: rgb(171,21,11); }
div.DivClassName
{
background-color: #AB150B;
}
.BgClassName
{
background-color: #AB150B;
}
</style>
border-color css
<style>
span { border-color: #AB150B; }
span { border-color: rgb(171,21,11); }
td.TdClassName
{
border-color: #AB150B;
}
.TagClassName
{
border-color: #AB150B;
}
</style>