Shades of Fire Brick #AB2C1E
Tints of Fire Brick #AB2C1E
RGB
CMYK
RGB Variations
Color information
#AB2C1E (or 0xAB2C1E) is known color: Fire Brick. HEX triplet: AB, 2C and 1E. RGB value is (171,44,30). Sum of RGB (Red+Green+Blue) = 171+44+30=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 44 (17.58% from 255 or 17.96% from 245); Blue value is 30 (12.11% from 255 or 12.24% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2C1E is #54D3E1. Grayscale: #505050. Windows color (decimal): -5559266 or 1977515. OLE color: 1977515.
HSL color Cylindrical-coordinate representation of color #AB2C1E: hue angle of 5.96º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB2C1E is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 44 | 30 | - |
| CMYK | 0 | 0.74 | 0.82 | 0.33 |
| HSL | 5.96º | 0.7% | 0.39% | - |
| HSV(B) | 5.96º | 0.82% | 0.67% | - |
| XYZ | 17.93 | 10.55 | 2.32 | - |
| YUV | 80.38 | 99.58 | 192.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 44 | 30 | 0 | 0.74 | 0.82 | 0.33 | 5.96 | 0.7 | 0.39 |
| Hex | AB | 2C | 1E | 0 | 4A | 52 | 21 | 6 | 46 | 27 |
| Octal | 253 | 54 | 36 | 0 | 112 | 122 | 41 | 6 | 106 | 47 |
| Binary | 10101011 | 101100 | 11110 | 0 | 1001010 | 1010010 | 100001 | 110 | 1000110 | 100111 |
Color Harmonies of #AB2C1E
Complementary color
Monochromatic Colors of #AB2C1E
Black with #AB2C1E
Text Example
Text Example
White with #AB2C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2C1E; }
p { color: rgb(171,44,30); }
H1.HeaderClassName
{
color: #AB2C1E;
}
.AnyTagClassName
{
color: #AB2C1E;
}
</style>
background-color css
<style>
a { background-color: #AB2C1E; }
a { background-color: rgb(171,44,30); }
div.DivClassName
{
background-color: #AB2C1E;
}
.BgClassName
{
background-color: #AB2C1E;
}
</style>
border-color css
<style>
span { border-color: #AB2C1E; }
span { border-color: rgb(171,44,30); }
td.TdClassName
{
border-color: #AB2C1E;
}
.TagClassName
{
border-color: #AB2C1E;
}
</style>