Shades of Fire Brick #AB2511
Tints of Fire Brick #AB2511
RGB
CMYK
RGB Variations
Color information
#AB2511 (or 0xAB2511) is known color: Fire Brick. HEX triplet: AB, 25 and 11. RGB value is (171,37,17). Sum of RGB (Red+Green+Blue) = 171+37+17=225 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2511 is #54DAEE. Grayscale: #4B4B4B. Windows color (decimal): -5561071 or 1123755. OLE color: 1123755.
HSL color Cylindrical-coordinate representation of color #AB2511: hue angle of 7.79º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB2511 is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 17 | - |
| CMYK | 0 | 0.78 | 0.90 | 0.33 |
| HSL | 7.79º | 0.82% | 0.37% | - |
| HSV(B) | 7.79º | 0.9% | 0.67% | - |
| XYZ | 17.56 | 10.02 | 1.54 | - |
| YUV | 74.79 | 95.39 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 17 | 0 | 0.78 | 0.90 | 0.33 | 7.79 | 0.82 | 0.37 |
| Hex | AB | 25 | 11 | 0 | 4E | 5A | 21 | 8 | 52 | 25 |
| Octal | 253 | 45 | 21 | 0 | 116 | 132 | 41 | 10 | 122 | 45 |
| Binary | 10101011 | 100101 | 10001 | 0 | 1001110 | 1011010 | 100001 | 1000 | 1010010 | 100101 |
Color Harmonies of #AB2511
Complementary color
Monochromatic Colors of #AB2511
Black with #AB2511
Text Example
Text Example
White with #AB2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2511; }
p { color: rgb(171,37,17); }
H1.HeaderClassName
{
color: #AB2511;
}
.AnyTagClassName
{
color: #AB2511;
}
</style>
background-color css
<style>
a { background-color: #AB2511; }
a { background-color: rgb(171,37,17); }
div.DivClassName
{
background-color: #AB2511;
}
.BgClassName
{
background-color: #AB2511;
}
</style>
border-color css
<style>
span { border-color: #AB2511; }
span { border-color: rgb(171,37,17); }
td.TdClassName
{
border-color: #AB2511;
}
.TagClassName
{
border-color: #AB2511;
}
</style>