Shades of Fire Brick #AB2017
Tints of Fire Brick #AB2017
RGB
CMYK
RGB Variations
Color information
#AB2017 (or 0xAB2017) is known color: Fire Brick. HEX triplet: AB, 20 and 17. RGB value is (171,32,23). Sum of RGB (Red+Green+Blue) = 171+32+23=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 23 (9.38% from 255 or 10.18% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2017 is #54DFE8. Grayscale: #484848. Windows color (decimal): -5562345 or 1515691. OLE color: 1515691.
HSL color Cylindrical-coordinate representation of color #AB2017: hue angle of 3.65º 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 #AB2017 is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 23 | - |
| CMYK | 0 | 0.81 | 0.87 | 0.33 |
| HSL | 3.65º | 0.76% | 0.38% | - |
| HSV(B) | 3.65º | 0.87% | 0.67% | - |
| XYZ | 17.47 | 9.75 | 1.77 | - |
| YUV | 72.54 | 100.05 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 23 | 0 | 0.81 | 0.87 | 0.33 | 3.65 | 0.76 | 0.38 |
| Hex | AB | 20 | 17 | 0 | 51 | 57 | 21 | 4 | 4C | 26 |
| Octal | 253 | 40 | 27 | 0 | 121 | 127 | 41 | 4 | 114 | 46 |
| Binary | 10101011 | 100000 | 10111 | 0 | 1010001 | 1010111 | 100001 | 100 | 1001100 | 100110 |
Color Harmonies of #AB2017
Complementary color
Monochromatic Colors of #AB2017
Black with #AB2017
Text Example
Text Example
White with #AB2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2017; }
p { color: rgb(171,32,23); }
H1.HeaderClassName
{
color: #AB2017;
}
.AnyTagClassName
{
color: #AB2017;
}
</style>
background-color css
<style>
a { background-color: #AB2017; }
a { background-color: rgb(171,32,23); }
div.DivClassName
{
background-color: #AB2017;
}
.BgClassName
{
background-color: #AB2017;
}
</style>
border-color css
<style>
span { border-color: #AB2017; }
span { border-color: rgb(171,32,23); }
td.TdClassName
{
border-color: #AB2017;
}
.TagClassName
{
border-color: #AB2017;
}
</style>