Shades of Fire Brick #AB190D
Tints of Fire Brick #AB190D
RGB
CMYK
RGB Variations
Color information
#AB190D (or 0xAB190D) is known color: Fire Brick. HEX triplet: AB, 19 and 0D. RGB value is (171,25,13). Sum of RGB (Red+Green+Blue) = 171+25+13=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 25 (10.16% from 255 or 11.96% from 209); Blue value is 13 (5.47% from 255 or 6.22% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB190D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB190D is #54E6F2. Grayscale: #434343. Windows color (decimal): -5564147 or 858539. OLE color: 858539.
HSL color Cylindrical-coordinate representation of color #AB190D: hue angle of 4.56º 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 #AB190D is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 25 | 13 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.33 |
| HSL | 4.56º | 0.86% | 0.36% | - |
| HSV(B) | 4.56º | 0.92% | 0.67% | - |
| XYZ | 17.21 | 9.38 | 1.28 | - |
| YUV | 67.29 | 97.37 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 13 | 0 | 0.85 | 0.92 | 0.33 | 4.56 | 0.86 | 0.36 |
| Hex | AB | 19 | D | 0 | 55 | 5C | 21 | 5 | 56 | 24 |
| Octal | 253 | 31 | 15 | 0 | 125 | 134 | 41 | 5 | 126 | 44 |
| Binary | 10101011 | 11001 | 1101 | 0 | 1010101 | 1011100 | 100001 | 101 | 1010110 | 100100 |
Color Harmonies of #AB190D
Complementary color
Monochromatic Colors of #AB190D
Black with #AB190D
Text Example
Text Example
White with #AB190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB190D; }
p { color: rgb(171,25,13); }
H1.HeaderClassName
{
color: #AB190D;
}
.AnyTagClassName
{
color: #AB190D;
}
</style>
background-color css
<style>
a { background-color: #AB190D; }
a { background-color: rgb(171,25,13); }
div.DivClassName
{
background-color: #AB190D;
}
.BgClassName
{
background-color: #AB190D;
}
</style>
border-color css
<style>
span { border-color: #AB190D; }
span { border-color: rgb(171,25,13); }
td.TdClassName
{
border-color: #AB190D;
}
.TagClassName
{
border-color: #AB190D;
}
</style>