Shades of Fire Brick #AB2B12
Tints of Fire Brick #AB2B12
RGB
CMYK
RGB Variations
Color information
#AB2B12 (or 0xAB2B12) is known color: Fire Brick. HEX triplet: AB, 2B and 12. RGB value is (171,43,18). Sum of RGB (Red+Green+Blue) = 171+43+18=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B12 is #54D4ED. Grayscale: #4E4E4E. Windows color (decimal): -5559534 or 1190827. OLE color: 1190827.
HSL color Cylindrical-coordinate representation of color #AB2B12: hue angle of 9.8º 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 #AB2B12 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 18 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.33 |
| HSL | 9.8º | 0.81% | 0.37% | - |
| HSV(B) | 9.8º | 0.89% | 0.67% | - |
| XYZ | 17.77 | 10.43 | 1.65 | - |
| YUV | 78.42 | 93.91 | 194.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 18 | 0 | 0.75 | 0.89 | 0.33 | 9.8 | 0.81 | 0.37 |
| Hex | AB | 2B | 12 | 0 | 4B | 59 | 21 | A | 51 | 25 |
| Octal | 253 | 53 | 22 | 0 | 113 | 131 | 41 | 12 | 121 | 45 |
| Binary | 10101011 | 101011 | 10010 | 0 | 1001011 | 1011001 | 100001 | 1010 | 1010001 | 100101 |
Color Harmonies of #AB2B12
Complementary color
Monochromatic Colors of #AB2B12
Black with #AB2B12
Text Example
Text Example
White with #AB2B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B12; }
p { color: rgb(171,43,18); }
H1.HeaderClassName
{
color: #AB2B12;
}
.AnyTagClassName
{
color: #AB2B12;
}
</style>
background-color css
<style>
a { background-color: #AB2B12; }
a { background-color: rgb(171,43,18); }
div.DivClassName
{
background-color: #AB2B12;
}
.BgClassName
{
background-color: #AB2B12;
}
</style>
border-color css
<style>
span { border-color: #AB2B12; }
span { border-color: rgb(171,43,18); }
td.TdClassName
{
border-color: #AB2B12;
}
.TagClassName
{
border-color: #AB2B12;
}
</style>