Shades of Fire Brick #AB2716
Tints of Fire Brick #AB2716
RGB
CMYK
RGB Variations
Color information
#AB2716 (or 0xAB2716) is known color: Fire Brick. HEX triplet: AB, 27 and 16. RGB value is (171,39,22). Sum of RGB (Red+Green+Blue) = 171+39+22=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2716 is #54D8E9. Grayscale: #4C4C4C. Windows color (decimal): -5560554 or 1451947. OLE color: 1451947.
HSL color Cylindrical-coordinate representation of color #AB2716: hue angle of 6.85º 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 #AB2716 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 22 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.33 |
| HSL | 6.85º | 0.77% | 0.38% | - |
| HSV(B) | 6.85º | 0.87% | 0.67% | - |
| XYZ | 17.66 | 10.17 | 1.79 | - |
| YUV | 76.53 | 97.23 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 22 | 0 | 0.77 | 0.87 | 0.33 | 6.85 | 0.77 | 0.38 |
| Hex | AB | 27 | 16 | 0 | 4D | 57 | 21 | 7 | 4D | 26 |
| Octal | 253 | 47 | 26 | 0 | 115 | 127 | 41 | 7 | 115 | 46 |
| Binary | 10101011 | 100111 | 10110 | 0 | 1001101 | 1010111 | 100001 | 111 | 1001101 | 100110 |
Color Harmonies of #AB2716
Complementary color
Monochromatic Colors of #AB2716
Black with #AB2716
Text Example
Text Example
White with #AB2716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2716; }
p { color: rgb(171,39,22); }
H1.HeaderClassName
{
color: #AB2716;
}
.AnyTagClassName
{
color: #AB2716;
}
</style>
background-color css
<style>
a { background-color: #AB2716; }
a { background-color: rgb(171,39,22); }
div.DivClassName
{
background-color: #AB2716;
}
.BgClassName
{
background-color: #AB2716;
}
</style>
border-color css
<style>
span { border-color: #AB2716; }
span { border-color: rgb(171,39,22); }
td.TdClassName
{
border-color: #AB2716;
}
.TagClassName
{
border-color: #AB2716;
}
</style>