Shades of Fire Brick #AB2D1D
Tints of Fire Brick #AB2D1D
RGB
CMYK
RGB Variations
Color information
#AB2D1D (or 0xAB2D1D) is known color: Fire Brick. HEX triplet: AB, 2D and 1D. RGB value is (171,45,29). Sum of RGB (Red+Green+Blue) = 171+45+29=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2D1D is #54D2E2. Grayscale: #515151. Windows color (decimal): -5559011 or 1912235. OLE color: 1912235.
HSL color Cylindrical-coordinate representation of color #AB2D1D: hue angle of 6.76º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB2D1D is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 29 | - |
| CMYK | 0 | 0.74 | 0.83 | 0.33 |
| HSL | 6.76º | 0.71% | 0.39% | - |
| HSV(B) | 6.76º | 0.83% | 0.67% | - |
| XYZ | 17.95 | 10.62 | 2.27 | - |
| YUV | 80.85 | 98.74 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 29 | 0 | 0.74 | 0.83 | 0.33 | 6.76 | 0.71 | 0.39 |
| Hex | AB | 2D | 1D | 0 | 4A | 53 | 21 | 7 | 47 | 27 |
| Octal | 253 | 55 | 35 | 0 | 112 | 123 | 41 | 7 | 107 | 47 |
| Binary | 10101011 | 101101 | 11101 | 0 | 1001010 | 1010011 | 100001 | 111 | 1000111 | 100111 |
Color Harmonies of #AB2D1D
Complementary color
Monochromatic Colors of #AB2D1D
Black with #AB2D1D
Text Example
Text Example
White with #AB2D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2D1D; }
p { color: rgb(171,45,29); }
H1.HeaderClassName
{
color: #AB2D1D;
}
.AnyTagClassName
{
color: #AB2D1D;
}
</style>
background-color css
<style>
a { background-color: #AB2D1D; }
a { background-color: rgb(171,45,29); }
div.DivClassName
{
background-color: #AB2D1D;
}
.BgClassName
{
background-color: #AB2D1D;
}
</style>
border-color css
<style>
span { border-color: #AB2D1D; }
span { border-color: rgb(171,45,29); }
td.TdClassName
{
border-color: #AB2D1D;
}
.TagClassName
{
border-color: #AB2D1D;
}
</style>