Shades of Fire Brick #AD1815
Tints of Fire Brick #AD1815
RGB
CMYK
RGB Variations
Color information
#AD1815 (or 0xAD1815) is known color: Fire Brick. HEX triplet: AD, 18 and 15. RGB value is (173,24,21). Sum of RGB (Red+Green+Blue) = 173+24+21=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 21 (8.59% from 255 or 9.63% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD1815 is #52E7EA. Grayscale: #444444. Windows color (decimal): -5433323 or 1382573. OLE color: 1382573.
HSL color Cylindrical-coordinate representation of color #AD1815: hue angle of 1.18º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD1815 is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 24 | 21 | - |
| CMYK | 0 | 0.86 | 0.88 | 0.32 |
| HSL | 1.18º | 0.78% | 0.38% | - |
| HSV(B) | 1.18º | 0.88% | 0.68% | - |
| XYZ | 17.7 | 9.59 | 1.63 | - |
| YUV | 68.21 | 101.36 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 24 | 21 | 0 | 0.86 | 0.88 | 0.32 | 1.18 | 0.78 | 0.38 |
| Hex | AD | 18 | 15 | 0 | 56 | 58 | 20 | 1 | 4E | 26 |
| Octal | 255 | 30 | 25 | 0 | 126 | 130 | 40 | 1 | 116 | 46 |
| Binary | 10101101 | 11000 | 10101 | 0 | 1010110 | 1011000 | 100000 | 1 | 1001110 | 100110 |
Color Harmonies of #AD1815
Complementary color
Monochromatic Colors of #AD1815
Black with #AD1815
Text Example
Text Example
White with #AD1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1815; }
p { color: rgb(173,24,21); }
H1.HeaderClassName
{
color: #AD1815;
}
.AnyTagClassName
{
color: #AD1815;
}
</style>
background-color css
<style>
a { background-color: #AD1815; }
a { background-color: rgb(173,24,21); }
div.DivClassName
{
background-color: #AD1815;
}
.BgClassName
{
background-color: #AD1815;
}
</style>
border-color css
<style>
span { border-color: #AD1815; }
span { border-color: rgb(173,24,21); }
td.TdClassName
{
border-color: #AD1815;
}
.TagClassName
{
border-color: #AD1815;
}
</style>