Shades of Fire Brick #AD2E16
Tints of Fire Brick #AD2E16
RGB
CMYK
RGB Variations
Color information
#AD2E16 (or 0xAD2E16) is known color: Fire Brick. HEX triplet: AD, 2E and 16. RGB value is (173,46,22). Sum of RGB (Red+Green+Blue) = 173+46+22=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E16 is #52D1E9. Grayscale: #515151. Windows color (decimal): -5427690 or 1453741. OLE color: 1453741.
HSL color Cylindrical-coordinate representation of color #AD2E16: hue angle of 9.54º 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 #AD2E16 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 22 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.32 |
| HSL | 9.54º | 0.77% | 0.38% | - |
| HSV(B) | 9.54º | 0.87% | 0.68% | - |
| XYZ | 18.36 | 10.9 | 1.89 | - |
| YUV | 81.24 | 94.58 | 193.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 22 | 0 | 0.73 | 0.87 | 0.32 | 9.54 | 0.77 | 0.38 |
| Hex | AD | 2E | 16 | 0 | 49 | 57 | 20 | A | 4D | 26 |
| Octal | 255 | 56 | 26 | 0 | 111 | 127 | 40 | 12 | 115 | 46 |
| Binary | 10101101 | 101110 | 10110 | 0 | 1001001 | 1010111 | 100000 | 1010 | 1001101 | 100110 |
Color Harmonies of #AD2E16
Complementary color
Monochromatic Colors of #AD2E16
Black with #AD2E16
Text Example
Text Example
White with #AD2E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E16; }
p { color: rgb(173,46,22); }
H1.HeaderClassName
{
color: #AD2E16;
}
.AnyTagClassName
{
color: #AD2E16;
}
</style>
background-color css
<style>
a { background-color: #AD2E16; }
a { background-color: rgb(173,46,22); }
div.DivClassName
{
background-color: #AD2E16;
}
.BgClassName
{
background-color: #AD2E16;
}
</style>
border-color css
<style>
span { border-color: #AD2E16; }
span { border-color: rgb(173,46,22); }
td.TdClassName
{
border-color: #AD2E16;
}
.TagClassName
{
border-color: #AD2E16;
}
</style>