Shades of Fire Brick #AD2C16
Tints of Fire Brick #AD2C16
RGB
CMYK
RGB Variations
Color information
#AD2C16 (or 0xAD2C16) is known color: Fire Brick. HEX triplet: AD, 2C and 16. RGB value is (173,44,22). Sum of RGB (Red+Green+Blue) = 173+44+22=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 44 (17.58% from 255 or 18.41% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C16 is #52D3E9. Grayscale: #505050. Windows color (decimal): -5428202 or 1453229. OLE color: 1453229.
HSL color Cylindrical-coordinate representation of color #AD2C16: hue angle of 8.74º 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 #AD2C16 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 22 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.32 |
| HSL | 8.74º | 0.77% | 0.38% | - |
| HSV(B) | 8.74º | 0.87% | 0.68% | - |
| XYZ | 18.28 | 10.74 | 1.87 | - |
| YUV | 80.06 | 95.24 | 194.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 22 | 0 | 0.75 | 0.87 | 0.32 | 8.74 | 0.77 | 0.38 |
| Hex | AD | 2C | 16 | 0 | 4B | 57 | 20 | 9 | 4D | 26 |
| Octal | 255 | 54 | 26 | 0 | 113 | 127 | 40 | 11 | 115 | 46 |
| Binary | 10101101 | 101100 | 10110 | 0 | 1001011 | 1010111 | 100000 | 1001 | 1001101 | 100110 |
Color Harmonies of #AD2C16
Complementary color
Monochromatic Colors of #AD2C16
Black with #AD2C16
Text Example
Text Example
White with #AD2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C16; }
p { color: rgb(173,44,22); }
H1.HeaderClassName
{
color: #AD2C16;
}
.AnyTagClassName
{
color: #AD2C16;
}
</style>
background-color css
<style>
a { background-color: #AD2C16; }
a { background-color: rgb(173,44,22); }
div.DivClassName
{
background-color: #AD2C16;
}
.BgClassName
{
background-color: #AD2C16;
}
</style>
border-color css
<style>
span { border-color: #AD2C16; }
span { border-color: rgb(173,44,22); }
td.TdClassName
{
border-color: #AD2C16;
}
.TagClassName
{
border-color: #AD2C16;
}
</style>