Shades of Fire Brick #AB170F
Tints of Fire Brick #AB170F
RGB
CMYK
RGB Variations
Color information
#AB170F (or 0xAB170F) is known color: Fire Brick. HEX triplet: AB, 17 and 0F. RGB value is (171,23,15). Sum of RGB (Red+Green+Blue) = 171+23+15=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 23 (9.38% from 255 or 11.00% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB170F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB170F is #54E8F0. Grayscale: #424242. Windows color (decimal): -5564657 or 989099. OLE color: 989099.
HSL color Cylindrical-coordinate representation of color #AB170F: hue angle of 3.08º 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 #AB170F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 23 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.33 |
| HSL | 3.08º | 0.84% | 0.36% | - |
| HSV(B) | 3.08º | 0.91% | 0.67% | - |
| XYZ | 17.19 | 9.31 | 1.34 | - |
| YUV | 66.34 | 99.03 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 15 | 0 | 0.87 | 0.91 | 0.33 | 3.08 | 0.84 | 0.36 |
| Hex | AB | 17 | F | 0 | 57 | 5B | 21 | 3 | 54 | 24 |
| Octal | 253 | 27 | 17 | 0 | 127 | 133 | 41 | 3 | 124 | 44 |
| Binary | 10101011 | 10111 | 1111 | 0 | 1010111 | 1011011 | 100001 | 11 | 1010100 | 100100 |
Color Harmonies of #AB170F
Complementary color
Monochromatic Colors of #AB170F
Black with #AB170F
Text Example
Text Example
White with #AB170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB170F; }
p { color: rgb(171,23,15); }
H1.HeaderClassName
{
color: #AB170F;
}
.AnyTagClassName
{
color: #AB170F;
}
</style>
background-color css
<style>
a { background-color: #AB170F; }
a { background-color: rgb(171,23,15); }
div.DivClassName
{
background-color: #AB170F;
}
.BgClassName
{
background-color: #AB170F;
}
</style>
border-color css
<style>
span { border-color: #AB170F; }
span { border-color: rgb(171,23,15); }
td.TdClassName
{
border-color: #AB170F;
}
.TagClassName
{
border-color: #AB170F;
}
</style>