Shades of Fire Brick #AD1716
Tints of Fire Brick #AD1716
RGB
CMYK
RGB Variations
Color information
#AD1716 (or 0xAD1716) is known color: Fire Brick. HEX triplet: AD, 17 and 16. RGB value is (173,23,22). Sum of RGB (Red+Green+Blue) = 173+23+22=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 22 (8.98% from 255 or 10.09% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1716 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1716 is #52E8E9. Grayscale: #434343. Windows color (decimal): -5433578 or 1447853. OLE color: 1447853.
HSL color Cylindrical-coordinate representation of color #AD1716: hue angle of 0.4º 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 #AD1716 is Cyan = 0, Magento = 0.87, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 22 | - |
| CMYK | 0 | 0.87 | 0.87 | 0.32 |
| HSL | 0.4º | 0.77% | 0.38% | - |
| HSV(B) | 0.4º | 0.87% | 0.68% | - |
| XYZ | 17.68 | 9.55 | 1.67 | - |
| YUV | 67.74 | 102.2 | 203.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 22 | 0 | 0.87 | 0.87 | 0.32 | 0.4 | 0.77 | 0.38 |
| Hex | AD | 17 | 16 | 0 | 57 | 57 | 20 | 0 | 4D | 26 |
| Octal | 255 | 27 | 26 | 0 | 127 | 127 | 40 | 0 | 115 | 46 |
| Binary | 10101101 | 10111 | 10110 | 0 | 1010111 | 1010111 | 100000 | 0 | 1001101 | 100110 |
Color Harmonies of #AD1716
Complementary color
Monochromatic Colors of #AD1716
Black with #AD1716
Text Example
Text Example
White with #AD1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1716; }
p { color: rgb(173,23,22); }
H1.HeaderClassName
{
color: #AD1716;
}
.AnyTagClassName
{
color: #AD1716;
}
</style>
background-color css
<style>
a { background-color: #AD1716; }
a { background-color: rgb(173,23,22); }
div.DivClassName
{
background-color: #AD1716;
}
.BgClassName
{
background-color: #AD1716;
}
</style>
border-color css
<style>
span { border-color: #AD1716; }
span { border-color: rgb(173,23,22); }
td.TdClassName
{
border-color: #AD1716;
}
.TagClassName
{
border-color: #AD1716;
}
</style>