Shades of Fire Brick #AB160D
Tints of Fire Brick #AB160D
RGB
CMYK
RGB Variations
Color information
#AB160D (or 0xAB160D) is known color: Fire Brick. HEX triplet: AB, 16 and 0D. RGB value is (171,22,13). Sum of RGB (Red+Green+Blue) = 171+22+13=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB160D is #54E9F2. Grayscale: #414141. Windows color (decimal): -5564915 or 857771. OLE color: 857771.
HSL color Cylindrical-coordinate representation of color #AB160D: hue angle of 3.42º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB160D is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 22 | 13 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.33 |
| HSL | 3.42º | 0.86% | 0.36% | - |
| HSV(B) | 3.42º | 0.92% | 0.67% | - |
| XYZ | 17.15 | 9.26 | 1.26 | - |
| YUV | 65.53 | 98.36 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 22 | 13 | 0 | 0.87 | 0.92 | 0.33 | 3.42 | 0.86 | 0.36 |
| Hex | AB | 16 | D | 0 | 57 | 5C | 21 | 3 | 56 | 24 |
| Octal | 253 | 26 | 15 | 0 | 127 | 134 | 41 | 3 | 126 | 44 |
| Binary | 10101011 | 10110 | 1101 | 0 | 1010111 | 1011100 | 100001 | 11 | 1010110 | 100100 |
Color Harmonies of #AB160D
Complementary color
Monochromatic Colors of #AB160D
Black with #AB160D
Text Example
Text Example
White with #AB160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB160D; }
p { color: rgb(171,22,13); }
H1.HeaderClassName
{
color: #AB160D;
}
.AnyTagClassName
{
color: #AB160D;
}
</style>
background-color css
<style>
a { background-color: #AB160D; }
a { background-color: rgb(171,22,13); }
div.DivClassName
{
background-color: #AB160D;
}
.BgClassName
{
background-color: #AB160D;
}
</style>
border-color css
<style>
span { border-color: #AB160D; }
span { border-color: rgb(171,22,13); }
td.TdClassName
{
border-color: #AB160D;
}
.TagClassName
{
border-color: #AB160D;
}
</style>