Shades of Fire Brick #AB2D14
Tints of Fire Brick #AB2D14
RGB
CMYK
RGB Variations
Color information
#AB2D14 (or 0xAB2D14) is known color: Fire Brick. HEX triplet: AB, 2D and 14. RGB value is (171,45,20). Sum of RGB (Red+Green+Blue) = 171+45+20=236 (31% of max value = 765). Red value is 171 (67.19% from 255 or 72.46% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 20 (8.20% from 255 or 8.47% from 236); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2D14 is #54D2EB. Grayscale: #505050. Windows color (decimal): -5559020 or 1322411. OLE color: 1322411.
HSL color Cylindrical-coordinate representation of color #AB2D14: hue angle of 9.93º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB2D14 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 20 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.33 |
| HSL | 9.93º | 0.79% | 0.37% | - |
| HSV(B) | 9.93º | 0.88% | 0.67% | - |
| XYZ | 17.86 | 10.59 | 1.76 | - |
| YUV | 79.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 20 | 0 | 0.74 | 0.88 | 0.33 | 9.93 | 0.79 | 0.37 |
| Hex | AB | 2D | 14 | 0 | 4A | 58 | 21 | A | 4F | 25 |
| Octal | 253 | 55 | 24 | 0 | 112 | 130 | 41 | 12 | 117 | 45 |
| Binary | 10101011 | 101101 | 10100 | 0 | 1001010 | 1011000 | 100001 | 1010 | 1001111 | 100101 |
Color Harmonies of #AB2D14
Complementary color
Monochromatic Colors of #AB2D14
Black with #AB2D14
Text Example
Text Example
White with #AB2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D14; }
p { color: rgb(171,45,20); }
H1.HeaderClassName
{
color: #AB2D14;
}
.AnyTagClassName
{
color: #AB2D14;
}
</style>
background-color css
<style>
a { background-color: #AB2D14; }
a { background-color: rgb(171,45,20); }
div.DivClassName
{
background-color: #AB2D14;
}
.BgClassName
{
background-color: #AB2D14;
}
</style>
border-color css
<style>
span { border-color: #AB2D14; }
span { border-color: rgb(171,45,20); }
td.TdClassName
{
border-color: #AB2D14;
}
.TagClassName
{
border-color: #AB2D14;
}
</style>