Shades of Fire Brick #AB201C
Tints of Fire Brick #AB201C
RGB
CMYK
RGB Variations
Color information
#AB201C (or 0xAB201C) is known color: Fire Brick. HEX triplet: AB, 20 and 1C. RGB value is (171,32,28). Sum of RGB (Red+Green+Blue) = 171+32+28=231 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.03% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 171 - color contains mainly: red. Hex color #AB201C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB201C is #54DFE3. Grayscale: #494949. Windows color (decimal): -5562340 or 1843371. OLE color: 1843371.
HSL color Cylindrical-coordinate representation of color #AB201C: hue angle of 1.68º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB201C is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 28 | - |
| CMYK | 0 | 0.81 | 0.84 | 0.33 |
| HSL | 1.68º | 0.72% | 0.39% | - |
| HSV(B) | 1.68º | 0.84% | 0.67% | - |
| XYZ | 17.52 | 9.77 | 2.06 | - |
| YUV | 73.11 | 102.55 | 197.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 28 | 0 | 0.81 | 0.84 | 0.33 | 1.68 | 0.72 | 0.39 |
| Hex | AB | 20 | 1C | 0 | 51 | 54 | 21 | 2 | 48 | 27 |
| Octal | 253 | 40 | 34 | 0 | 121 | 124 | 41 | 2 | 110 | 47 |
| Binary | 10101011 | 100000 | 11100 | 0 | 1010001 | 1010100 | 100001 | 10 | 1001000 | 100111 |
Color Harmonies of #AB201C
Complementary color
Monochromatic Colors of #AB201C
Black with #AB201C
Text Example
Text Example
White with #AB201C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB201C; }
p { color: rgb(171,32,28); }
H1.HeaderClassName
{
color: #AB201C;
}
.AnyTagClassName
{
color: #AB201C;
}
</style>
background-color css
<style>
a { background-color: #AB201C; }
a { background-color: rgb(171,32,28); }
div.DivClassName
{
background-color: #AB201C;
}
.BgClassName
{
background-color: #AB201C;
}
</style>
border-color css
<style>
span { border-color: #AB201C; }
span { border-color: rgb(171,32,28); }
td.TdClassName
{
border-color: #AB201C;
}
.TagClassName
{
border-color: #AB201C;
}
</style>