Shades of Fire Brick #AD2F16
Tints of Fire Brick #AD2F16
RGB
CMYK
RGB Variations
Color information
#AD2F16 (or 0xAD2F16) is known color: Fire Brick. HEX triplet: AD, 2F and 16. RGB value is (173,47,22). Sum of RGB (Red+Green+Blue) = 173+47+22=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F16 is #52D0E9. Grayscale: #525252. Windows color (decimal): -5427434 or 1453997. OLE color: 1453997.
HSL color Cylindrical-coordinate representation of color #AD2F16: hue angle of 9.93º 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 #AD2F16 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 22 | - |
| CMYK | 0 | 0.73 | 0.87 | 0.32 |
| HSL | 9.93º | 0.77% | 0.38% | - |
| HSV(B) | 9.93º | 0.87% | 0.68% | - |
| XYZ | 18.39 | 10.98 | 1.91 | - |
| YUV | 81.82 | 94.24 | 193.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 22 | 0 | 0.73 | 0.87 | 0.32 | 9.93 | 0.77 | 0.38 |
| Hex | AD | 2F | 16 | 0 | 49 | 57 | 20 | A | 4D | 26 |
| Octal | 255 | 57 | 26 | 0 | 111 | 127 | 40 | 12 | 115 | 46 |
| Binary | 10101101 | 101111 | 10110 | 0 | 1001001 | 1010111 | 100000 | 1010 | 1001101 | 100110 |
Color Harmonies of #AD2F16
Complementary color
Monochromatic Colors of #AD2F16
Black with #AD2F16
Text Example
Text Example
White with #AD2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F16; }
p { color: rgb(173,47,22); }
H1.HeaderClassName
{
color: #AD2F16;
}
.AnyTagClassName
{
color: #AD2F16;
}
</style>
background-color css
<style>
a { background-color: #AD2F16; }
a { background-color: rgb(173,47,22); }
div.DivClassName
{
background-color: #AD2F16;
}
.BgClassName
{
background-color: #AD2F16;
}
</style>
border-color css
<style>
span { border-color: #AD2F16; }
span { border-color: rgb(173,47,22); }
td.TdClassName
{
border-color: #AD2F16;
}
.TagClassName
{
border-color: #AD2F16;
}
</style>