Shades of Fire Brick #AD1916
Tints of Fire Brick #AD1916
RGB
CMYK
RGB Variations
Color information
#AD1916 (or 0xAD1916) is known color: Fire Brick. HEX triplet: AD, 19 and 16. RGB value is (173,25,22). Sum of RGB (Red+Green+Blue) = 173+25+22=220 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.64% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 22 (8.98% from 255 or 10% from 220); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1916 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1916 is #52E6E9. Grayscale: #454545. Windows color (decimal): -5433066 or 1448365. OLE color: 1448365.
HSL color Cylindrical-coordinate representation of color #AD1916: hue angle of 1.19º 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 #AD1916 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 25 | 22 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.32 |
| HSL | 1.19º | 0.77% | 0.38% | - |
| HSV(B) | 1.19º | 0.87% | 0.68% | - |
| XYZ | 17.73 | 9.64 | 1.69 | - |
| YUV | 68.91 | 101.53 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 25 | 22 | 0 | 0.86 | 0.87 | 0.32 | 1.19 | 0.77 | 0.38 |
| Hex | AD | 19 | 16 | 0 | 56 | 57 | 20 | 1 | 4D | 26 |
| Octal | 255 | 31 | 26 | 0 | 126 | 127 | 40 | 1 | 115 | 46 |
| Binary | 10101101 | 11001 | 10110 | 0 | 1010110 | 1010111 | 100000 | 1 | 1001101 | 100110 |
Color Harmonies of #AD1916
Complementary color
Monochromatic Colors of #AD1916
Black with #AD1916
Text Example
Text Example
White with #AD1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1916; }
p { color: rgb(173,25,22); }
H1.HeaderClassName
{
color: #AD1916;
}
.AnyTagClassName
{
color: #AD1916;
}
</style>
background-color css
<style>
a { background-color: #AD1916; }
a { background-color: rgb(173,25,22); }
div.DivClassName
{
background-color: #AD1916;
}
.BgClassName
{
background-color: #AD1916;
}
</style>
border-color css
<style>
span { border-color: #AD1916; }
span { border-color: rgb(173,25,22); }
td.TdClassName
{
border-color: #AD1916;
}
.TagClassName
{
border-color: #AD1916;
}
</style>