Shades of Fire Brick #AD2111
Tints of Fire Brick #AD2111
RGB
CMYK
RGB Variations
Color information
#AD2111 (or 0xAD2111) is known color: Fire Brick. HEX triplet: AD, 21 and 11. RGB value is (173,33,17). Sum of RGB (Red+Green+Blue) = 173+33+17=223 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.58% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 17 (7.03% from 255 or 7.62% from 223); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2111 is #52DEEE. Grayscale: #494949. Windows color (decimal): -5431023 or 1122733. OLE color: 1122733.
HSL color Cylindrical-coordinate representation of color #AD2111: hue angle of 6.15º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD2111 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 33 | 17 | - |
| CMYK | 0 | 0.81 | 0.90 | 0.32 |
| HSL | 6.15º | 0.82% | 0.37% | - |
| HSV(B) | 6.15º | 0.9% | 0.68% | - |
| XYZ | 17.88 | 10.01 | 1.52 | - |
| YUV | 73.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 33 | 17 | 0 | 0.81 | 0.90 | 0.32 | 6.15 | 0.82 | 0.37 |
| Hex | AD | 21 | 11 | 0 | 51 | 5A | 20 | 6 | 52 | 25 |
| Octal | 255 | 41 | 21 | 0 | 121 | 132 | 40 | 6 | 122 | 45 |
| Binary | 10101101 | 100001 | 10001 | 0 | 1010001 | 1011010 | 100000 | 110 | 1010010 | 100101 |
Color Harmonies of #AD2111
Complementary color
Monochromatic Colors of #AD2111
Black with #AD2111
Text Example
Text Example
White with #AD2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2111; }
p { color: rgb(173,33,17); }
H1.HeaderClassName
{
color: #AD2111;
}
.AnyTagClassName
{
color: #AD2111;
}
</style>
background-color css
<style>
a { background-color: #AD2111; }
a { background-color: rgb(173,33,17); }
div.DivClassName
{
background-color: #AD2111;
}
.BgClassName
{
background-color: #AD2111;
}
</style>
border-color css
<style>
span { border-color: #AD2111; }
span { border-color: rgb(173,33,17); }
td.TdClassName
{
border-color: #AD2111;
}
.TagClassName
{
border-color: #AD2111;
}
</style>