Shades of Fire Brick #AB140B
Tints of Fire Brick #AB140B
RGB
CMYK
RGB Variations
Color information
#AB140B (or 0xAB140B) is known color: Fire Brick. HEX triplet: AB, 14 and 0B. RGB value is (171,20,11). Sum of RGB (Red+Green+Blue) = 171+20+11=202 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.65% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 171 - color contains mainly: red. Hex color #AB140B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB140B is #54EBF4. Grayscale: #404040. Windows color (decimal): -5565429 or 726187. OLE color: 726187.
HSL color Cylindrical-coordinate representation of color #AB140B: hue angle of 3.38º 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 #AB140B is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 11 | - |
| CMYK | 0 | 0.88 | 0.94 | 0.33 |
| HSL | 3.38º | 0.88% | 0.36% | - |
| HSV(B) | 3.38º | 0.94% | 0.67% | - |
| XYZ | 17.11 | 9.18 | 1.19 | - |
| YUV | 64.12 | 98.03 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 11 | 0 | 0.88 | 0.94 | 0.33 | 3.38 | 0.88 | 0.36 |
| Hex | AB | 14 | B | 0 | 58 | 5E | 21 | 3 | 58 | 24 |
| Octal | 253 | 24 | 13 | 0 | 130 | 136 | 41 | 3 | 130 | 44 |
| Binary | 10101011 | 10100 | 1011 | 0 | 1011000 | 1011110 | 100001 | 11 | 1011000 | 100100 |
Color Harmonies of #AB140B
Complementary color
Monochromatic Colors of #AB140B
Black with #AB140B
Text Example
Text Example
White with #AB140B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB140B; }
p { color: rgb(171,20,11); }
H1.HeaderClassName
{
color: #AB140B;
}
.AnyTagClassName
{
color: #AB140B;
}
</style>
background-color css
<style>
a { background-color: #AB140B; }
a { background-color: rgb(171,20,11); }
div.DivClassName
{
background-color: #AB140B;
}
.BgClassName
{
background-color: #AB140B;
}
</style>
border-color css
<style>
span { border-color: #AB140B; }
span { border-color: rgb(171,20,11); }
td.TdClassName
{
border-color: #AB140B;
}
.TagClassName
{
border-color: #AB140B;
}
</style>