Shades of Fire Brick #AB2C1F
Tints of Fire Brick #AB2C1F
RGB
CMYK
RGB Variations
Color information
#AB2C1F (or 0xAB2C1F) is known color: Fire Brick. HEX triplet: AB, 2C and 1F. RGB value is (171,44,31). Sum of RGB (Red+Green+Blue) = 171+44+31=246 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.51% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 31 (12.5% from 255 or 12.60% from 246); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1F is #54D3E0. Grayscale: #505050. Windows color (decimal): -5559265 or 2043051. OLE color: 2043051.
HSL color Cylindrical-coordinate representation of color #AB2C1F: hue angle of 5.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2C1F is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 31 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.33 |
| HSL | 5.57º | 0.69% | 0.4% | - |
| HSV(B) | 5.57º | 0.82% | 0.67% | - |
| XYZ | 17.94 | 10.56 | 2.39 | - |
| YUV | 80.49 | 100.08 | 192.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 31 | 0 | 0.74 | 0.82 | 0.33 | 5.57 | 0.69 | 0.4 |
| Hex | AB | 2C | 1F | 0 | 4A | 52 | 21 | 6 | 45 | 28 |
| Octal | 253 | 54 | 37 | 0 | 112 | 122 | 41 | 6 | 105 | 50 |
| Binary | 10101011 | 101100 | 11111 | 0 | 1001010 | 1010010 | 100001 | 110 | 1000101 | 101000 |
Color Harmonies of #AB2C1F
Complementary color
Monochromatic Colors of #AB2C1F
Black with #AB2C1F
Text Example
Text Example
White with #AB2C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C1F; }
p { color: rgb(171,44,31); }
H1.HeaderClassName
{
color: #AB2C1F;
}
.AnyTagClassName
{
color: #AB2C1F;
}
</style>
background-color css
<style>
a { background-color: #AB2C1F; }
a { background-color: rgb(171,44,31); }
div.DivClassName
{
background-color: #AB2C1F;
}
.BgClassName
{
background-color: #AB2C1F;
}
</style>
border-color css
<style>
span { border-color: #AB2C1F; }
span { border-color: rgb(171,44,31); }
td.TdClassName
{
border-color: #AB2C1F;
}
.TagClassName
{
border-color: #AB2C1F;
}
</style>