Shades of Fire Brick #AD2D16
Tints of Fire Brick #AD2D16
RGB
CMYK
RGB Variations
Color information
#AD2D16 (or 0xAD2D16) is known color: Fire Brick. HEX triplet: AD, 2D and 16. RGB value is (173,45,22). Sum of RGB (Red+Green+Blue) = 173+45+22=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 22 (8.98% from 255 or 9.17% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D16 is #52D2E9. Grayscale: #505050. Windows color (decimal): -5427946 or 1453485. OLE color: 1453485.
HSL color Cylindrical-coordinate representation of color #AD2D16: hue angle of 9.14º 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 #AD2D16 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 22 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.32 |
| HSL | 9.14º | 0.77% | 0.38% | - |
| HSV(B) | 9.14º | 0.87% | 0.68% | - |
| XYZ | 18.32 | 10.82 | 1.88 | - |
| YUV | 80.65 | 94.91 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 22 | 0 | 0.74 | 0.87 | 0.32 | 9.14 | 0.77 | 0.38 |
| Hex | AD | 2D | 16 | 0 | 4A | 57 | 20 | 9 | 4D | 26 |
| Octal | 255 | 55 | 26 | 0 | 112 | 127 | 40 | 11 | 115 | 46 |
| Binary | 10101101 | 101101 | 10110 | 0 | 1001010 | 1010111 | 100000 | 1001 | 1001101 | 100110 |
Color Harmonies of #AD2D16
Complementary color
Monochromatic Colors of #AD2D16
Black with #AD2D16
Text Example
Text Example
White with #AD2D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D16; }
p { color: rgb(173,45,22); }
H1.HeaderClassName
{
color: #AD2D16;
}
.AnyTagClassName
{
color: #AD2D16;
}
</style>
background-color css
<style>
a { background-color: #AD2D16; }
a { background-color: rgb(173,45,22); }
div.DivClassName
{
background-color: #AD2D16;
}
.BgClassName
{
background-color: #AD2D16;
}
</style>
border-color css
<style>
span { border-color: #AD2D16; }
span { border-color: rgb(173,45,22); }
td.TdClassName
{
border-color: #AD2D16;
}
.TagClassName
{
border-color: #AD2D16;
}
</style>