Shades of Fire Brick #AB2717
Tints of Fire Brick #AB2717
RGB
CMYK
RGB Variations
Color information
#AB2717 (or 0xAB2717) is known color: Fire Brick. HEX triplet: AB, 27 and 17. RGB value is (171,39,23). Sum of RGB (Red+Green+Blue) = 171+39+23=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2717 is #54D8E8. Grayscale: #4C4C4C. Windows color (decimal): -5560553 or 1517483. OLE color: 1517483.
HSL color Cylindrical-coordinate representation of color #AB2717: hue angle of 6.49º 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 #AB2717 is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 23 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.33 |
| HSL | 6.49º | 0.76% | 0.38% | - |
| HSV(B) | 6.49º | 0.87% | 0.67% | - |
| XYZ | 17.67 | 10.17 | 1.84 | - |
| YUV | 76.64 | 97.73 | 195.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 23 | 0 | 0.77 | 0.87 | 0.33 | 6.49 | 0.76 | 0.38 |
| Hex | AB | 27 | 17 | 0 | 4D | 57 | 21 | 6 | 4C | 26 |
| Octal | 253 | 47 | 27 | 0 | 115 | 127 | 41 | 6 | 114 | 46 |
| Binary | 10101011 | 100111 | 10111 | 0 | 1001101 | 1010111 | 100001 | 110 | 1001100 | 100110 |
Color Harmonies of #AB2717
Complementary color
Monochromatic Colors of #AB2717
Black with #AB2717
Text Example
Text Example
White with #AB2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2717; }
p { color: rgb(171,39,23); }
H1.HeaderClassName
{
color: #AB2717;
}
.AnyTagClassName
{
color: #AB2717;
}
</style>
background-color css
<style>
a { background-color: #AB2717; }
a { background-color: rgb(171,39,23); }
div.DivClassName
{
background-color: #AB2717;
}
.BgClassName
{
background-color: #AB2717;
}
</style>
border-color css
<style>
span { border-color: #AB2717; }
span { border-color: rgb(171,39,23); }
td.TdClassName
{
border-color: #AB2717;
}
.TagClassName
{
border-color: #AB2717;
}
</style>