Shades of Fire Brick #AB2B13
Tints of Fire Brick #AB2B13
RGB
CMYK
RGB Variations
Color information
#AB2B13 (or 0xAB2B13) is known color: Fire Brick. HEX triplet: AB, 2B and 13. RGB value is (171,43,19). Sum of RGB (Red+Green+Blue) = 171+43+19=233 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.39% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2B13 is #54D4EC. Grayscale: #4E4E4E. Windows color (decimal): -5559533 or 1256363. OLE color: 1256363.
HSL color Cylindrical-coordinate representation of color #AB2B13: hue angle of 9.47º degrees, saturation: 0.8, 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 #AB2B13 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 19 | - |
| CMYK | 0 | 0.75 | 0.89 | 0.33 |
| HSL | 9.47º | 0.8% | 0.37% | - |
| HSV(B) | 9.47º | 0.89% | 0.67% | - |
| XYZ | 17.78 | 10.43 | 1.69 | - |
| YUV | 78.54 | 94.41 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 19 | 0 | 0.75 | 0.89 | 0.33 | 9.47 | 0.8 | 0.37 |
| Hex | AB | 2B | 13 | 0 | 4B | 59 | 21 | 9 | 50 | 25 |
| Octal | 253 | 53 | 23 | 0 | 113 | 131 | 41 | 11 | 120 | 45 |
| Binary | 10101011 | 101011 | 10011 | 0 | 1001011 | 1011001 | 100001 | 1001 | 1010000 | 100101 |
Color Harmonies of #AB2B13
Complementary color
Monochromatic Colors of #AB2B13
Black with #AB2B13
Text Example
Text Example
White with #AB2B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2B13; }
p { color: rgb(171,43,19); }
H1.HeaderClassName
{
color: #AB2B13;
}
.AnyTagClassName
{
color: #AB2B13;
}
</style>
background-color css
<style>
a { background-color: #AB2B13; }
a { background-color: rgb(171,43,19); }
div.DivClassName
{
background-color: #AB2B13;
}
.BgClassName
{
background-color: #AB2B13;
}
</style>
border-color css
<style>
span { border-color: #AB2B13; }
span { border-color: rgb(171,43,19); }
td.TdClassName
{
border-color: #AB2B13;
}
.TagClassName
{
border-color: #AB2B13;
}
</style>