Shades of Fire Brick #AB2913
Tints of Fire Brick #AB2913
RGB
CMYK
RGB Variations
Color information
#AB2913 (or 0xAB2913) is known color: Fire Brick. HEX triplet: AB, 29 and 13. RGB value is (171,41,19). Sum of RGB (Red+Green+Blue) = 171+41+19=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2913 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2913 is #54D6EC. Grayscale: #4D4D4D. Windows color (decimal): -5560045 or 1255851. OLE color: 1255851.
HSL color Cylindrical-coordinate representation of color #AB2913: hue angle of 8.68º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB2913 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 19 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.33 |
| HSL | 8.68º | 0.8% | 0.37% | - |
| HSV(B) | 8.68º | 0.89% | 0.67% | - |
| XYZ | 17.71 | 10.29 | 1.67 | - |
| YUV | 77.36 | 95.07 | 194.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 19 | 0 | 0.76 | 0.89 | 0.33 | 8.68 | 0.8 | 0.37 |
| Hex | AB | 29 | 13 | 0 | 4C | 59 | 21 | 9 | 50 | 25 |
| Octal | 253 | 51 | 23 | 0 | 114 | 131 | 41 | 11 | 120 | 45 |
| Binary | 10101011 | 101001 | 10011 | 0 | 1001100 | 1011001 | 100001 | 1001 | 1010000 | 100101 |
Color Harmonies of #AB2913
Complementary color
Monochromatic Colors of #AB2913
Black with #AB2913
Text Example
Text Example
White with #AB2913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2913; }
p { color: rgb(171,41,19); }
H1.HeaderClassName
{
color: #AB2913;
}
.AnyTagClassName
{
color: #AB2913;
}
</style>
background-color css
<style>
a { background-color: #AB2913; }
a { background-color: rgb(171,41,19); }
div.DivClassName
{
background-color: #AB2913;
}
.BgClassName
{
background-color: #AB2913;
}
</style>
border-color css
<style>
span { border-color: #AB2913; }
span { border-color: rgb(171,41,19); }
td.TdClassName
{
border-color: #AB2913;
}
.TagClassName
{
border-color: #AB2913;
}
</style>