Shades of Fire Brick #AD2616
Tints of Fire Brick #AD2616
RGB
CMYK
RGB Variations
Color information
#AD2616 (or 0xAD2616) is known color: Fire Brick. HEX triplet: AD, 26 and 16. RGB value is (173,38,22). Sum of RGB (Red+Green+Blue) = 173+38+22=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2616 is #52D9E9. Grayscale: #4C4C4C. Windows color (decimal): -5429738 or 1451693. OLE color: 1451693.
HSL color Cylindrical-coordinate representation of color #AD2616: hue angle of 6.36º 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 #AD2616 is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 38 | 22 | - |
| CMYK | 0 | 0.78 | 0.87 | 0.32 |
| HSL | 6.36º | 0.77% | 0.38% | - |
| HSV(B) | 6.36º | 0.87% | 0.68% | - |
| XYZ | 18.07 | 10.33 | 1.8 | - |
| YUV | 76.54 | 97.23 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 38 | 22 | 0 | 0.78 | 0.87 | 0.32 | 6.36 | 0.77 | 0.38 |
| Hex | AD | 26 | 16 | 0 | 4E | 57 | 20 | 6 | 4D | 26 |
| Octal | 255 | 46 | 26 | 0 | 116 | 127 | 40 | 6 | 115 | 46 |
| Binary | 10101101 | 100110 | 10110 | 0 | 1001110 | 1010111 | 100000 | 110 | 1001101 | 100110 |
Color Harmonies of #AD2616
Complementary color
Monochromatic Colors of #AD2616
Black with #AD2616
Text Example
Text Example
White with #AD2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2616; }
p { color: rgb(173,38,22); }
H1.HeaderClassName
{
color: #AD2616;
}
.AnyTagClassName
{
color: #AD2616;
}
</style>
background-color css
<style>
a { background-color: #AD2616; }
a { background-color: rgb(173,38,22); }
div.DivClassName
{
background-color: #AD2616;
}
.BgClassName
{
background-color: #AD2616;
}
</style>
border-color css
<style>
span { border-color: #AD2616; }
span { border-color: rgb(173,38,22); }
td.TdClassName
{
border-color: #AD2616;
}
.TagClassName
{
border-color: #AD2616;
}
</style>