Shades of Fire Brick #AD1D16
Tints of Fire Brick #AD1D16
RGB
CMYK
RGB Variations
Color information
#AD1D16 (or 0xAD1D16) is known color: Fire Brick. HEX triplet: AD, 1D and 16. RGB value is (173,29,22). Sum of RGB (Red+Green+Blue) = 173+29+22=224 (29% of max value = 765). Red value is 173 (67.97% from 255 or 77.23% from 224); Green value is 29 (11.72% from 255 or 12.95% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1D16 is #52E2E9. Grayscale: #474747. Windows color (decimal): -5432042 or 1449389. OLE color: 1449389.
HSL color Cylindrical-coordinate representation of color #AD1D16: hue angle of 2.78º 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 #AD1D16 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 29 | 22 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.32 |
| HSL | 2.78º | 0.77% | 0.38% | - |
| HSV(B) | 2.78º | 0.87% | 0.68% | - |
| XYZ | 17.82 | 9.82 | 1.72 | - |
| YUV | 71.26 | 100.21 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 29 | 22 | 0 | 0.83 | 0.87 | 0.32 | 2.78 | 0.77 | 0.38 |
| Hex | AD | 1D | 16 | 0 | 53 | 57 | 20 | 3 | 4D | 26 |
| Octal | 255 | 35 | 26 | 0 | 123 | 127 | 40 | 3 | 115 | 46 |
| Binary | 10101101 | 11101 | 10110 | 0 | 1010011 | 1010111 | 100000 | 11 | 1001101 | 100110 |
Color Harmonies of #AD1D16
Complementary color
Monochromatic Colors of #AD1D16
Black with #AD1D16
Text Example
Text Example
White with #AD1D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD1D16; }
p { color: rgb(173,29,22); }
H1.HeaderClassName
{
color: #AD1D16;
}
.AnyTagClassName
{
color: #AD1D16;
}
</style>
background-color css
<style>
a { background-color: #AD1D16; }
a { background-color: rgb(173,29,22); }
div.DivClassName
{
background-color: #AD1D16;
}
.BgClassName
{
background-color: #AD1D16;
}
</style>
border-color css
<style>
span { border-color: #AD1D16; }
span { border-color: rgb(173,29,22); }
td.TdClassName
{
border-color: #AD1D16;
}
.TagClassName
{
border-color: #AD1D16;
}
</style>