Shades of Fire Brick #AB140F
Tints of Fire Brick #AB140F
RGB
CMYK
RGB Variations
Color information
#AB140F (or 0xAB140F) is known color: Fire Brick. HEX triplet: AB, 14 and 0F. RGB value is (171,20,15). Sum of RGB (Red+Green+Blue) = 171+20+15=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB140F is #54EBF0. Grayscale: #404040. Windows color (decimal): -5565425 or 988331. OLE color: 988331.
HSL color Cylindrical-coordinate representation of color #AB140F: hue angle of 1.92º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB140F is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 15 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.33 |
| HSL | 1.92º | 0.84% | 0.36% | - |
| HSV(B) | 1.92º | 0.91% | 0.67% | - |
| XYZ | 17.13 | 9.19 | 1.32 | - |
| YUV | 64.58 | 100.03 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 15 | 0 | 0.88 | 0.91 | 0.33 | 1.92 | 0.84 | 0.36 |
| Hex | AB | 14 | F | 0 | 58 | 5B | 21 | 2 | 54 | 24 |
| Octal | 253 | 24 | 17 | 0 | 130 | 133 | 41 | 2 | 124 | 44 |
| Binary | 10101011 | 10100 | 1111 | 0 | 1011000 | 1011011 | 100001 | 10 | 1010100 | 100100 |
Color Harmonies of #AB140F
Complementary color
Monochromatic Colors of #AB140F
Black with #AB140F
Text Example
Text Example
White with #AB140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB140F; }
p { color: rgb(171,20,15); }
H1.HeaderClassName
{
color: #AB140F;
}
.AnyTagClassName
{
color: #AB140F;
}
</style>
background-color css
<style>
a { background-color: #AB140F; }
a { background-color: rgb(171,20,15); }
div.DivClassName
{
background-color: #AB140F;
}
.BgClassName
{
background-color: #AB140F;
}
</style>
border-color css
<style>
span { border-color: #AB140F; }
span { border-color: rgb(171,20,15); }
td.TdClassName
{
border-color: #AB140F;
}
.TagClassName
{
border-color: #AB140F;
}
</style>