Shades of Fire Brick #AD2311
Tints of Fire Brick #AD2311
RGB
CMYK
RGB Variations
Color information
#AD2311 (or 0xAD2311) is known color: Fire Brick. HEX triplet: AD, 23 and 11. RGB value is (173,35,17). Sum of RGB (Red+Green+Blue) = 173+35+17=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 17 (7.03% from 255 or 7.56% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2311 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2311 is #52DCEE. Grayscale: #4A4A4A. Windows color (decimal): -5430511 or 1123245. OLE color: 1123245.
HSL color Cylindrical-coordinate representation of color #AD2311: hue angle of 6.92º 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 #AD2311 is Cyan = 0, Magento = 0.80, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 35 | 17 | - |
| CMYK | 0 | 0.80 | 0.90 | 0.32 |
| HSL | 6.92º | 0.82% | 0.37% | - |
| HSV(B) | 6.92º | 0.9% | 0.68% | - |
| XYZ | 17.94 | 10.13 | 1.54 | - |
| YUV | 74.21 | 95.72 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 35 | 17 | 0 | 0.80 | 0.90 | 0.32 | 6.92 | 0.82 | 0.37 |
| Hex | AD | 23 | 11 | 0 | 50 | 5A | 20 | 7 | 52 | 25 |
| Octal | 255 | 43 | 21 | 0 | 120 | 132 | 40 | 7 | 122 | 45 |
| Binary | 10101101 | 100011 | 10001 | 0 | 1010000 | 1011010 | 100000 | 111 | 1010010 | 100101 |
Color Harmonies of #AD2311
Complementary color
Monochromatic Colors of #AD2311
Black with #AD2311
Text Example
Text Example
White with #AD2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2311; }
p { color: rgb(173,35,17); }
H1.HeaderClassName
{
color: #AD2311;
}
.AnyTagClassName
{
color: #AD2311;
}
</style>
background-color css
<style>
a { background-color: #AD2311; }
a { background-color: rgb(173,35,17); }
div.DivClassName
{
background-color: #AD2311;
}
.BgClassName
{
background-color: #AD2311;
}
</style>
border-color css
<style>
span { border-color: #AD2311; }
span { border-color: rgb(173,35,17); }
td.TdClassName
{
border-color: #AD2311;
}
.TagClassName
{
border-color: #AD2311;
}
</style>