Shades of Fire Brick #AB2B17
Tints of Fire Brick #AB2B17
RGB
CMYK
RGB Variations
Color information
#AB2B17 (or 0xAB2B17) is known color: Fire Brick. HEX triplet: AB, 2B and 17. RGB value is (171,43,23). Sum of RGB (Red+Green+Blue) = 171+43+23=237 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.15% from 237); Green value is 43 (17.19% from 255 or 18.14% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B17 is #54D4E8. Grayscale: #4F4F4F. Windows color (decimal): -5559529 or 1518507. OLE color: 1518507.
HSL color Cylindrical-coordinate representation of color #AB2B17: hue angle of 8.11º 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 #AB2B17 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 23 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.33 |
| HSL | 8.11º | 0.76% | 0.38% | - |
| HSV(B) | 8.11º | 0.87% | 0.67% | - |
| XYZ | 17.81 | 10.45 | 1.89 | - |
| YUV | 78.99 | 96.41 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 23 | 0 | 0.75 | 0.87 | 0.33 | 8.11 | 0.76 | 0.38 |
| Hex | AB | 2B | 17 | 0 | 4B | 57 | 21 | 8 | 4C | 26 |
| Octal | 253 | 53 | 27 | 0 | 113 | 127 | 41 | 10 | 114 | 46 |
| Binary | 10101011 | 101011 | 10111 | 0 | 1001011 | 1010111 | 100001 | 1000 | 1001100 | 100110 |
Color Harmonies of #AB2B17
Complementary color
Monochromatic Colors of #AB2B17
Black with #AB2B17
Text Example
Text Example
White with #AB2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B17; }
p { color: rgb(171,43,23); }
H1.HeaderClassName
{
color: #AB2B17;
}
.AnyTagClassName
{
color: #AB2B17;
}
</style>
background-color css
<style>
a { background-color: #AB2B17; }
a { background-color: rgb(171,43,23); }
div.DivClassName
{
background-color: #AB2B17;
}
.BgClassName
{
background-color: #AB2B17;
}
</style>
border-color css
<style>
span { border-color: #AB2B17; }
span { border-color: rgb(171,43,23); }
td.TdClassName
{
border-color: #AB2B17;
}
.TagClassName
{
border-color: #AB2B17;
}
</style>