Shades of Fire Brick #AB2215
Tints of Fire Brick #AB2215
RGB
CMYK
RGB Variations
Color information
#AB2215 (or 0xAB2215) is known color: Fire Brick. HEX triplet: AB, 22 and 15. RGB value is (171,34,21). Sum of RGB (Red+Green+Blue) = 171+34+21=226 (29% of max value = 765). Red value is 171 (67.19% from 255 or 75.66% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 21 (8.59% from 255 or 9.29% from 226); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2215 is #54DDEA. Grayscale: #494949. Windows color (decimal): -5561835 or 1385131. OLE color: 1385131.
HSL color Cylindrical-coordinate representation of color #AB2215: hue angle of 5.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB2215 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 34 | 21 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.33 |
| HSL | 5.2º | 0.78% | 0.38% | - |
| HSV(B) | 5.2º | 0.88% | 0.67% | - |
| XYZ | 17.5 | 9.86 | 1.69 | - |
| YUV | 73.48 | 98.39 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 34 | 21 | 0 | 0.80 | 0.88 | 0.33 | 5.2 | 0.78 | 0.38 |
| Hex | AB | 22 | 15 | 0 | 50 | 58 | 21 | 5 | 4E | 26 |
| Octal | 253 | 42 | 25 | 0 | 120 | 130 | 41 | 5 | 116 | 46 |
| Binary | 10101011 | 100010 | 10101 | 0 | 1010000 | 1011000 | 100001 | 101 | 1001110 | 100110 |
Color Harmonies of #AB2215
Complementary color
Monochromatic Colors of #AB2215
Black with #AB2215
Text Example
Text Example
White with #AB2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2215; }
p { color: rgb(171,34,21); }
H1.HeaderClassName
{
color: #AB2215;
}
.AnyTagClassName
{
color: #AB2215;
}
</style>
background-color css
<style>
a { background-color: #AB2215; }
a { background-color: rgb(171,34,21); }
div.DivClassName
{
background-color: #AB2215;
}
.BgClassName
{
background-color: #AB2215;
}
</style>
border-color css
<style>
span { border-color: #AB2215; }
span { border-color: rgb(171,34,21); }
td.TdClassName
{
border-color: #AB2215;
}
.TagClassName
{
border-color: #AB2215;
}
</style>