Shades of Fire Brick #AB130D
Tints of Fire Brick #AB130D
RGB
CMYK
RGB Variations
Color information
#AB130D (or 0xAB130D) is known color: Fire Brick. HEX triplet: AB, 13 and 0D. RGB value is (171,19,13). Sum of RGB (Red+Green+Blue) = 171+19+13=203 (26% of max value = 765). Red value is 171 (67.19% from 255 or 84.24% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 13 (5.47% from 255 or 6.40% from 203); Max value from RGB is 171 - color contains mainly: red. Hex color #AB130D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AB130D is #54ECF2. Grayscale: #3F3F3F. Windows color (decimal): -5565683 or 857003. OLE color: 857003.
HSL color Cylindrical-coordinate representation of color #AB130D: hue angle of 2.28º 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 #AB130D is Cyan = 0, Magento = 0.89, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 19 | 13 | - |
| CMYK | 0 | 0.89 | 0.92 | 0.33 |
| HSL | 2.28º | 0.86% | 0.36% | - |
| HSV(B) | 2.28º | 0.92% | 0.67% | - |
| XYZ | 17.1 | 9.15 | 1.25 | - |
| YUV | 63.76 | 99.36 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 19 | 13 | 0 | 0.89 | 0.92 | 0.33 | 2.28 | 0.86 | 0.36 |
| Hex | AB | 13 | D | 0 | 59 | 5C | 21 | 2 | 56 | 24 |
| Octal | 253 | 23 | 15 | 0 | 131 | 134 | 41 | 2 | 126 | 44 |
| Binary | 10101011 | 10011 | 1101 | 0 | 1011001 | 1011100 | 100001 | 10 | 1010110 | 100100 |
Color Harmonies of #AB130D
Complementary color
Monochromatic Colors of #AB130D
Black with #AB130D
Text Example
Text Example
White with #AB130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB130D; }
p { color: rgb(171,19,13); }
H1.HeaderClassName
{
color: #AB130D;
}
.AnyTagClassName
{
color: #AB130D;
}
</style>
background-color css
<style>
a { background-color: #AB130D; }
a { background-color: rgb(171,19,13); }
div.DivClassName
{
background-color: #AB130D;
}
.BgClassName
{
background-color: #AB130D;
}
</style>
border-color css
<style>
span { border-color: #AB130D; }
span { border-color: rgb(171,19,13); }
td.TdClassName
{
border-color: #AB130D;
}
.TagClassName
{
border-color: #AB130D;
}
</style>