Shades of Fire Brick #AD2516
Tints of Fire Brick #AD2516
RGB
CMYK
RGB Variations
Color information
#AD2516 (or 0xAD2516) is known color: Fire Brick. HEX triplet: AD, 25 and 16. RGB value is (173,37,22). Sum of RGB (Red+Green+Blue) = 173+37+22=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 22 (8.98% from 255 or 9.48% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2516 is #52DAE9. Grayscale: #4C4C4C. Windows color (decimal): -5429994 or 1451437. OLE color: 1451437.
HSL color Cylindrical-coordinate representation of color #AD2516: hue angle of 5.96º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AD2516 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 22 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.32 |
| HSL | 5.96º | 0.77% | 0.38% | - |
| HSV(B) | 5.96º | 0.87% | 0.68% | - |
| XYZ | 18.04 | 10.27 | 1.79 | - |
| YUV | 75.95 | 97.56 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 22 | 0 | 0.79 | 0.87 | 0.32 | 5.96 | 0.77 | 0.38 |
| Hex | AD | 25 | 16 | 0 | 4F | 57 | 20 | 6 | 4D | 26 |
| Octal | 255 | 45 | 26 | 0 | 117 | 127 | 40 | 6 | 115 | 46 |
| Binary | 10101101 | 100101 | 10110 | 0 | 1001111 | 1010111 | 100000 | 110 | 1001101 | 100110 |
Color Harmonies of #AD2516
Complementary color
Monochromatic Colors of #AD2516
Black with #AD2516
Text Example
Text Example
White with #AD2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2516; }
p { color: rgb(173,37,22); }
H1.HeaderClassName
{
color: #AD2516;
}
.AnyTagClassName
{
color: #AD2516;
}
</style>
background-color css
<style>
a { background-color: #AD2516; }
a { background-color: rgb(173,37,22); }
div.DivClassName
{
background-color: #AD2516;
}
.BgClassName
{
background-color: #AD2516;
}
</style>
border-color css
<style>
span { border-color: #AD2516; }
span { border-color: rgb(173,37,22); }
td.TdClassName
{
border-color: #AD2516;
}
.TagClassName
{
border-color: #AD2516;
}
</style>