Shades of Fire Brick #AB2105
Tints of Fire Brick #AB2105
RGB
CMYK
RGB Variations
Color information
#AB2105 (or 0xAB2105) is known color: Fire Brick. HEX triplet: AB, 21 and 05. RGB value is (171,33,5). Sum of RGB (Red+Green+Blue) = 171+33+5=209 (27% of max value = 765). Red value is 171 (67.19% from 255 or 81.82% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 5 (2.34% from 255 or 2.39% from 209); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2105 is #54DEFA. Grayscale: #474747. Windows color (decimal): -5562107 or 336299. OLE color: 336299.
HSL color Cylindrical-coordinate representation of color #AB2105: hue angle of 10.12º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AB2105 is Cyan = 0, Magento = 0.81, Yellow = 0.97 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 5 | - |
| CMYK | 0 | 0.81 | 0.97 | 0.33 |
| HSL | 10.12º | 0.94% | 0.35% | - |
| HSV(B) | 10.12º | 0.97% | 0.67% | - |
| XYZ | 17.37 | 9.76 | 1.11 | - |
| YUV | 71.07 | 90.72 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 5 | 0 | 0.81 | 0.97 | 0.33 | 10.12 | 0.94 | 0.35 |
| Hex | AB | 21 | 5 | 0 | 51 | 61 | 21 | A | 5E | 23 |
| Octal | 253 | 41 | 5 | 0 | 121 | 141 | 41 | 12 | 136 | 43 |
| Binary | 10101011 | 100001 | 101 | 0 | 1010001 | 1100001 | 100001 | 1010 | 1011110 | 100011 |
Color Harmonies of #AB2105
Complementary color
Monochromatic Colors of #AB2105
Black with #AB2105
Text Example
Text Example
White with #AB2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2105; }
p { color: rgb(171,33,5); }
H1.HeaderClassName
{
color: #AB2105;
}
.AnyTagClassName
{
color: #AB2105;
}
</style>
background-color css
<style>
a { background-color: #AB2105; }
a { background-color: rgb(171,33,5); }
div.DivClassName
{
background-color: #AB2105;
}
.BgClassName
{
background-color: #AB2105;
}
</style>
border-color css
<style>
span { border-color: #AB2105; }
span { border-color: rgb(171,33,5); }
td.TdClassName
{
border-color: #AB2105;
}
.TagClassName
{
border-color: #AB2105;
}
</style>