Shades of Fire Brick #AB2512
Tints of Fire Brick #AB2512
RGB
CMYK
RGB Variations
Color information
#AB2512 (or 0xAB2512) is known color: Fire Brick. HEX triplet: AB, 25 and 12. RGB value is (171,37,18). Sum of RGB (Red+Green+Blue) = 171+37+18=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2512 is #54DAED. Grayscale: #4B4B4B. Windows color (decimal): -5561070 or 1189291. OLE color: 1189291.
HSL color Cylindrical-coordinate representation of color #AB2512: hue angle of 7.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB2512 is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 18 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.33 |
| HSL | 7.45º | 0.81% | 0.37% | - |
| HSV(B) | 7.45º | 0.89% | 0.67% | - |
| XYZ | 17.57 | 10.02 | 1.58 | - |
| YUV | 74.9 | 95.89 | 196.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 18 | 0 | 0.78 | 0.89 | 0.33 | 7.45 | 0.81 | 0.37 |
| Hex | AB | 25 | 12 | 0 | 4E | 59 | 21 | 7 | 51 | 25 |
| Octal | 253 | 45 | 22 | 0 | 116 | 131 | 41 | 7 | 121 | 45 |
| Binary | 10101011 | 100101 | 10010 | 0 | 1001110 | 1011001 | 100001 | 111 | 1010001 | 100101 |
Color Harmonies of #AB2512
Complementary color
Monochromatic Colors of #AB2512
Black with #AB2512
Text Example
Text Example
White with #AB2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2512; }
p { color: rgb(171,37,18); }
H1.HeaderClassName
{
color: #AB2512;
}
.AnyTagClassName
{
color: #AB2512;
}
</style>
background-color css
<style>
a { background-color: #AB2512; }
a { background-color: rgb(171,37,18); }
div.DivClassName
{
background-color: #AB2512;
}
.BgClassName
{
background-color: #AB2512;
}
</style>
border-color css
<style>
span { border-color: #AB2512; }
span { border-color: rgb(171,37,18); }
td.TdClassName
{
border-color: #AB2512;
}
.TagClassName
{
border-color: #AB2512;
}
</style>