Shades of Fire Brick #AB2D1E
Tints of Fire Brick #AB2D1E
RGB
CMYK
RGB Variations
Color information
#AB2D1E (or 0xAB2D1E) is known color: Fire Brick. HEX triplet: AB, 2D and 1E. RGB value is (171,45,30). Sum of RGB (Red+Green+Blue) = 171+45+30=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 30 (12.11% from 255 or 12.20% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D1E is #54D2E1. Grayscale: #515151. Windows color (decimal): -5559010 or 1977771. OLE color: 1977771.
HSL color Cylindrical-coordinate representation of color #AB2D1E: hue angle of 6.38º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2D1E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 30 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.33 |
| HSL | 6.38º | 0.7% | 0.39% | - |
| HSV(B) | 6.38º | 0.82% | 0.67% | - |
| XYZ | 17.97 | 10.63 | 2.33 | - |
| YUV | 80.96 | 99.24 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 30 | 0 | 0.74 | 0.82 | 0.33 | 6.38 | 0.7 | 0.39 |
| Hex | AB | 2D | 1E | 0 | 4A | 52 | 21 | 6 | 46 | 27 |
| Octal | 253 | 55 | 36 | 0 | 112 | 122 | 41 | 6 | 106 | 47 |
| Binary | 10101011 | 101101 | 11110 | 0 | 1001010 | 1010010 | 100001 | 110 | 1000110 | 100111 |
Color Harmonies of #AB2D1E
Complementary color
Monochromatic Colors of #AB2D1E
Black with #AB2D1E
Text Example
Text Example
White with #AB2D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D1E; }
p { color: rgb(171,45,30); }
H1.HeaderClassName
{
color: #AB2D1E;
}
.AnyTagClassName
{
color: #AB2D1E;
}
</style>
background-color css
<style>
a { background-color: #AB2D1E; }
a { background-color: rgb(171,45,30); }
div.DivClassName
{
background-color: #AB2D1E;
}
.BgClassName
{
background-color: #AB2D1E;
}
</style>
border-color css
<style>
span { border-color: #AB2D1E; }
span { border-color: rgb(171,45,30); }
td.TdClassName
{
border-color: #AB2D1E;
}
.TagClassName
{
border-color: #AB2D1E;
}
</style>