Shades of Fire Brick #AB2D17
Tints of Fire Brick #AB2D17
RGB
CMYK
RGB Variations
Color information
#AB2D17 (or 0xAB2D17) is known color: Fire Brick. HEX triplet: AB, 2D and 17. RGB value is (171,45,23). Sum of RGB (Red+Green+Blue) = 171+45+23=239 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.55% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D17 is #54D2E8. Grayscale: #505050. Windows color (decimal): -5559017 or 1519019. OLE color: 1519019.
HSL color Cylindrical-coordinate representation of color #AB2D17: hue angle of 8.92º degrees, saturation: 0.76, 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 #AB2D17 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 23 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.33 |
| HSL | 8.92º | 0.76% | 0.38% | - |
| HSV(B) | 8.92º | 0.87% | 0.67% | - |
| XYZ | 17.89 | 10.6 | 1.91 | - |
| YUV | 80.17 | 95.74 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 23 | 0 | 0.74 | 0.87 | 0.33 | 8.92 | 0.76 | 0.38 |
| Hex | AB | 2D | 17 | 0 | 4A | 57 | 21 | 9 | 4C | 26 |
| Octal | 253 | 55 | 27 | 0 | 112 | 127 | 41 | 11 | 114 | 46 |
| Binary | 10101011 | 101101 | 10111 | 0 | 1001010 | 1010111 | 100001 | 1001 | 1001100 | 100110 |
Color Harmonies of #AB2D17
Complementary color
Monochromatic Colors of #AB2D17
Black with #AB2D17
Text Example
Text Example
White with #AB2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D17; }
p { color: rgb(171,45,23); }
H1.HeaderClassName
{
color: #AB2D17;
}
.AnyTagClassName
{
color: #AB2D17;
}
</style>
background-color css
<style>
a { background-color: #AB2D17; }
a { background-color: rgb(171,45,23); }
div.DivClassName
{
background-color: #AB2D17;
}
.BgClassName
{
background-color: #AB2D17;
}
</style>
border-color css
<style>
span { border-color: #AB2D17; }
span { border-color: rgb(171,45,23); }
td.TdClassName
{
border-color: #AB2D17;
}
.TagClassName
{
border-color: #AB2D17;
}
</style>