Shades of Fire Brick #AB201D
Tints of Fire Brick #AB201D
RGB
CMYK
RGB Variations
Color information
#AB201D (or 0xAB201D) is known color: Fire Brick. HEX triplet: AB, 20 and 1D. RGB value is (171,32,29). Sum of RGB (Red+Green+Blue) = 171+32+29=232 (30% of max value = 765). Red value is 171 (67.19% from 255 or 73.71% from 232); Green value is 32 (12.89% from 255 or 13.79% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 171 - color contains mainly: red. Hex color #AB201D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB201D is #54DFE2. Grayscale: #494949. Windows color (decimal): -5562339 or 1908907. OLE color: 1908907.
HSL color Cylindrical-coordinate representation of color #AB201D: hue angle of 1.27º 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 #AB201D is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 29 | - |
| CMYK | 0 | 0.81 | 0.83 | 0.33 |
| HSL | 1.27º | 0.71% | 0.39% | - |
| HSV(B) | 1.27º | 0.83% | 0.67% | - |
| XYZ | 17.53 | 9.78 | 2.13 | - |
| YUV | 73.22 | 103.05 | 197.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 29 | 0 | 0.81 | 0.83 | 0.33 | 1.27 | 0.71 | 0.39 |
| Hex | AB | 20 | 1D | 0 | 51 | 53 | 21 | 1 | 47 | 27 |
| Octal | 253 | 40 | 35 | 0 | 121 | 123 | 41 | 1 | 107 | 47 |
| Binary | 10101011 | 100000 | 11101 | 0 | 1010001 | 1010011 | 100001 | 1 | 1000111 | 100111 |
Color Harmonies of #AB201D
Complementary color
Monochromatic Colors of #AB201D
Black with #AB201D
Text Example
Text Example
White with #AB201D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB201D; }
p { color: rgb(171,32,29); }
H1.HeaderClassName
{
color: #AB201D;
}
.AnyTagClassName
{
color: #AB201D;
}
</style>
background-color css
<style>
a { background-color: #AB201D; }
a { background-color: rgb(171,32,29); }
div.DivClassName
{
background-color: #AB201D;
}
.BgClassName
{
background-color: #AB201D;
}
</style>
border-color css
<style>
span { border-color: #AB201D; }
span { border-color: rgb(171,32,29); }
td.TdClassName
{
border-color: #AB201D;
}
.TagClassName
{
border-color: #AB201D;
}
</style>