Shades of Fire Brick #AB2916
Tints of Fire Brick #AB2916
RGB
CMYK
RGB Variations
Color information
#AB2916 (or 0xAB2916) is known color: Fire Brick. HEX triplet: AB, 29 and 16. RGB value is (171,41,22). Sum of RGB (Red+Green+Blue) = 171+41+22=234 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.08% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2916 is #54D6E9. Grayscale: #4D4D4D. Windows color (decimal): -5560042 or 1452459. OLE color: 1452459.
HSL color Cylindrical-coordinate representation of color #AB2916: hue angle of 7.65º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB2916 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 22 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.33 |
| HSL | 7.65º | 0.77% | 0.38% | - |
| HSV(B) | 7.65º | 0.87% | 0.67% | - |
| XYZ | 17.73 | 10.3 | 1.81 | - |
| YUV | 77.7 | 96.57 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 22 | 0 | 0.76 | 0.87 | 0.33 | 7.65 | 0.77 | 0.38 |
| Hex | AB | 29 | 16 | 0 | 4C | 57 | 21 | 8 | 4D | 26 |
| Octal | 253 | 51 | 26 | 0 | 114 | 127 | 41 | 10 | 115 | 46 |
| Binary | 10101011 | 101001 | 10110 | 0 | 1001100 | 1010111 | 100001 | 1000 | 1001101 | 100110 |
Color Harmonies of #AB2916
Complementary color
Monochromatic Colors of #AB2916
Black with #AB2916
Text Example
Text Example
White with #AB2916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2916; }
p { color: rgb(171,41,22); }
H1.HeaderClassName
{
color: #AB2916;
}
.AnyTagClassName
{
color: #AB2916;
}
</style>
background-color css
<style>
a { background-color: #AB2916; }
a { background-color: rgb(171,41,22); }
div.DivClassName
{
background-color: #AB2916;
}
.BgClassName
{
background-color: #AB2916;
}
</style>
border-color css
<style>
span { border-color: #AB2916; }
span { border-color: rgb(171,41,22); }
td.TdClassName
{
border-color: #AB2916;
}
.TagClassName
{
border-color: #AB2916;
}
</style>