Shades of Fire Brick #AB201A
Tints of Fire Brick #AB201A
RGB
CMYK
RGB Variations
Color information
#AB201A (or 0xAB201A) is known color: Fire Brick. HEX triplet: AB, 20 and 1A. RGB value is (171,32,26). Sum of RGB (Red+Green+Blue) = 171+32+26=229 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.67% from 229); Green value is 32 (12.89% from 255 or 13.97% from 229); Blue value is 26 (10.55% from 255 or 11.35% from 229); Max value from RGB is 171 - color contains mainly: red. Hex color #AB201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB201A is #54DFE5. Grayscale: #494949. Windows color (decimal): -5562342 or 1712299. OLE color: 1712299.
HSL color Cylindrical-coordinate representation of color #AB201A: hue angle of 2.48º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB201A is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 26 | - |
| CMYK | 0 | 0.81 | 0.85 | 0.33 |
| HSL | 2.48º | 0.74% | 0.39% | - |
| HSV(B) | 2.48º | 0.85% | 0.67% | - |
| XYZ | 17.5 | 9.77 | 1.94 | - |
| YUV | 72.88 | 101.55 | 197.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 26 | 0 | 0.81 | 0.85 | 0.33 | 2.48 | 0.74 | 0.39 |
| Hex | AB | 20 | 1A | 0 | 51 | 55 | 21 | 2 | 4A | 27 |
| Octal | 253 | 40 | 32 | 0 | 121 | 125 | 41 | 2 | 112 | 47 |
| Binary | 10101011 | 100000 | 11010 | 0 | 1010001 | 1010101 | 100001 | 10 | 1001010 | 100111 |
Color Harmonies of #AB201A
Complementary color
Monochromatic Colors of #AB201A
Black with #AB201A
Text Example
Text Example
White with #AB201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB201A; }
p { color: rgb(171,32,26); }
H1.HeaderClassName
{
color: #AB201A;
}
.AnyTagClassName
{
color: #AB201A;
}
</style>
background-color css
<style>
a { background-color: #AB201A; }
a { background-color: rgb(171,32,26); }
div.DivClassName
{
background-color: #AB201A;
}
.BgClassName
{
background-color: #AB201A;
}
</style>
border-color css
<style>
span { border-color: #AB201A; }
span { border-color: rgb(171,32,26); }
td.TdClassName
{
border-color: #AB201A;
}
.TagClassName
{
border-color: #AB201A;
}
</style>