Shades of Fire Brick #AB2912
Tints of Fire Brick #AB2912
RGB
CMYK
RGB Variations
Color information
#AB2912 (or 0xAB2912) is known color: Fire Brick. HEX triplet: AB, 29 and 12. RGB value is (171,41,18). Sum of RGB (Red+Green+Blue) = 171+41+18=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2912 is #54D6ED. Grayscale: #4D4D4D. Windows color (decimal): -5560046 or 1190315. OLE color: 1190315.
HSL color Cylindrical-coordinate representation of color #AB2912: hue angle of 9.02º 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 #AB2912 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 41 | 18 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.33 |
| HSL | 9.02º | 0.81% | 0.37% | - |
| HSV(B) | 9.02º | 0.89% | 0.67% | - |
| XYZ | 17.7 | 10.29 | 1.63 | - |
| YUV | 77.25 | 94.57 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 18 | 0 | 0.76 | 0.89 | 0.33 | 9.02 | 0.81 | 0.37 |
| Hex | AB | 29 | 12 | 0 | 4C | 59 | 21 | 9 | 51 | 25 |
| Octal | 253 | 51 | 22 | 0 | 114 | 131 | 41 | 11 | 121 | 45 |
| Binary | 10101011 | 101001 | 10010 | 0 | 1001100 | 1011001 | 100001 | 1001 | 1010001 | 100101 |
Color Harmonies of #AB2912
Complementary color
Monochromatic Colors of #AB2912
Black with #AB2912
Text Example
Text Example
White with #AB2912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2912; }
p { color: rgb(171,41,18); }
H1.HeaderClassName
{
color: #AB2912;
}
.AnyTagClassName
{
color: #AB2912;
}
</style>
background-color css
<style>
a { background-color: #AB2912; }
a { background-color: rgb(171,41,18); }
div.DivClassName
{
background-color: #AB2912;
}
.BgClassName
{
background-color: #AB2912;
}
</style>
border-color css
<style>
span { border-color: #AB2912; }
span { border-color: rgb(171,41,18); }
td.TdClassName
{
border-color: #AB2912;
}
.TagClassName
{
border-color: #AB2912;
}
</style>