Shades of Fire Brick #AD2416
Tints of Fire Brick #AD2416
RGB
CMYK
RGB Variations
Color information
#AD2416 (or 0xAD2416) is known color: Fire Brick. HEX triplet: AD, 24 and 16. RGB value is (173,36,22). Sum of RGB (Red+Green+Blue) = 173+36+22=231 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.89% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2416 is #52DBE9. Grayscale: #4B4B4B. Windows color (decimal): -5430250 or 1451181. OLE color: 1451181.
HSL color Cylindrical-coordinate representation of color #AD2416: hue angle of 5.56º 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 #AD2416 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 36 | 22 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.32 |
| HSL | 5.56º | 0.77% | 0.38% | - |
| HSV(B) | 5.56º | 0.87% | 0.68% | - |
| XYZ | 18.01 | 10.2 | 1.78 | - |
| YUV | 75.37 | 97.89 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 36 | 22 | 0 | 0.79 | 0.87 | 0.32 | 5.56 | 0.77 | 0.38 |
| Hex | AD | 24 | 16 | 0 | 4F | 57 | 20 | 6 | 4D | 26 |
| Octal | 255 | 44 | 26 | 0 | 117 | 127 | 40 | 6 | 115 | 46 |
| Binary | 10101101 | 100100 | 10110 | 0 | 1001111 | 1010111 | 100000 | 110 | 1001101 | 100110 |
Color Harmonies of #AD2416
Complementary color
Monochromatic Colors of #AD2416
Black with #AD2416
Text Example
Text Example
White with #AD2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2416; }
p { color: rgb(173,36,22); }
H1.HeaderClassName
{
color: #AD2416;
}
.AnyTagClassName
{
color: #AD2416;
}
</style>
background-color css
<style>
a { background-color: #AD2416; }
a { background-color: rgb(173,36,22); }
div.DivClassName
{
background-color: #AD2416;
}
.BgClassName
{
background-color: #AD2416;
}
</style>
border-color css
<style>
span { border-color: #AD2416; }
span { border-color: rgb(173,36,22); }
td.TdClassName
{
border-color: #AD2416;
}
.TagClassName
{
border-color: #AD2416;
}
</style>