Shades of Fire Brick #AD1816
Tints of Fire Brick #AD1816
RGB
CMYK
RGB Variations
Color information
#AD1816 (or 0xAD1816) is known color: Fire Brick. HEX triplet: AD, 18 and 16. RGB value is (173,24,22). Sum of RGB (Red+Green+Blue) = 173+24+22=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 22 (8.98% from 255 or 10.05% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1816 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1816 is #52E7E9. Grayscale: #444444. Windows color (decimal): -5433322 or 1448109. OLE color: 1448109.
HSL color Cylindrical-coordinate representation of color #AD1816: hue angle of 0.79º 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 #AD1816 is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 22 | - |
| CMYK | 0 | 0.86 | 0.87 | 0.32 |
| HSL | 0.79º | 0.77% | 0.38% | - |
| HSV(B) | 0.79º | 0.87% | 0.68% | - |
| XYZ | 17.71 | 9.6 | 1.68 | - |
| YUV | 68.32 | 101.86 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 22 | 0 | 0.86 | 0.87 | 0.32 | 0.79 | 0.77 | 0.38 |
| Hex | AD | 18 | 16 | 0 | 56 | 57 | 20 | 1 | 4D | 26 |
| Octal | 255 | 30 | 26 | 0 | 126 | 127 | 40 | 1 | 115 | 46 |
| Binary | 10101101 | 11000 | 10110 | 0 | 1010110 | 1010111 | 100000 | 1 | 1001101 | 100110 |
Color Harmonies of #AD1816
Complementary color
Monochromatic Colors of #AD1816
Black with #AD1816
Text Example
Text Example
White with #AD1816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1816; }
p { color: rgb(173,24,22); }
H1.HeaderClassName
{
color: #AD1816;
}
.AnyTagClassName
{
color: #AD1816;
}
</style>
background-color css
<style>
a { background-color: #AD1816; }
a { background-color: rgb(173,24,22); }
div.DivClassName
{
background-color: #AD1816;
}
.BgClassName
{
background-color: #AD1816;
}
</style>
border-color css
<style>
span { border-color: #AD1816; }
span { border-color: rgb(173,24,22); }
td.TdClassName
{
border-color: #AD1816;
}
.TagClassName
{
border-color: #AD1816;
}
</style>