Shades of Fire Brick #AD160A
Tints of Fire Brick #AD160A
RGB
CMYK
RGB Variations
Color information
#AD160A (or 0xAD160A) is known color: Fire Brick. HEX triplet: AD, 16 and 0A. RGB value is (173,22,10). Sum of RGB (Red+Green+Blue) = 173+22+10=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD160A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD160A is #52E9F5. Grayscale: #414141. Windows color (decimal): -5433846 or 661165. OLE color: 661165.
HSL color Cylindrical-coordinate representation of color #AD160A: hue angle of 4.42º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD160A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 10 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.32 |
| HSL | 4.42º | 0.89% | 0.36% | - |
| HSV(B) | 4.42º | 0.94% | 0.68% | - |
| XYZ | 17.58 | 9.48 | 1.19 | - |
| YUV | 65.78 | 96.53 | 204.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 10 | 0 | 0.87 | 0.94 | 0.32 | 4.42 | 0.89 | 0.36 |
| Hex | AD | 16 | A | 0 | 57 | 5E | 20 | 4 | 59 | 24 |
| Octal | 255 | 26 | 12 | 0 | 127 | 136 | 40 | 4 | 131 | 44 |
| Binary | 10101101 | 10110 | 1010 | 0 | 1010111 | 1011110 | 100000 | 100 | 1011001 | 100100 |
Color Harmonies of #AD160A
Complementary color
Monochromatic Colors of #AD160A
Black with #AD160A
Text Example
Text Example
White with #AD160A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD160A; }
p { color: rgb(173,22,10); }
H1.HeaderClassName
{
color: #AD160A;
}
.AnyTagClassName
{
color: #AD160A;
}
</style>
background-color css
<style>
a { background-color: #AD160A; }
a { background-color: rgb(173,22,10); }
div.DivClassName
{
background-color: #AD160A;
}
.BgClassName
{
background-color: #AD160A;
}
</style>
border-color css
<style>
span { border-color: #AD160A; }
span { border-color: rgb(173,22,10); }
td.TdClassName
{
border-color: #AD160A;
}
.TagClassName
{
border-color: #AD160A;
}
</style>