Shades of Fire Brick #AD160F
Tints of Fire Brick #AD160F
RGB
CMYK
RGB Variations
Color information
#AD160F (or 0xAD160F) is known color: Fire Brick. HEX triplet: AD, 16 and 0F. RGB value is (173,22,15). Sum of RGB (Red+Green+Blue) = 173+22+15=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 22 (8.98% from 255 or 10.48% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD160F is #52E9F0. Grayscale: #424242. Windows color (decimal): -5433841 or 988845. OLE color: 988845.
HSL color Cylindrical-coordinate representation of color #AD160F: hue angle of 2.66º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD160F is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 22 | 15 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.32 |
| HSL | 2.66º | 0.84% | 0.37% | - |
| HSV(B) | 2.66º | 0.91% | 0.68% | - |
| XYZ | 17.61 | 9.49 | 1.36 | - |
| YUV | 66.35 | 99.03 | 204.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 22 | 15 | 0 | 0.87 | 0.91 | 0.32 | 2.66 | 0.84 | 0.37 |
| Hex | AD | 16 | F | 0 | 57 | 5B | 20 | 3 | 54 | 25 |
| Octal | 255 | 26 | 17 | 0 | 127 | 133 | 40 | 3 | 124 | 45 |
| Binary | 10101101 | 10110 | 1111 | 0 | 1010111 | 1011011 | 100000 | 11 | 1010100 | 100101 |
Color Harmonies of #AD160F
Complementary color
Monochromatic Colors of #AD160F
Black with #AD160F
Text Example
Text Example
White with #AD160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD160F; }
p { color: rgb(173,22,15); }
H1.HeaderClassName
{
color: #AD160F;
}
.AnyTagClassName
{
color: #AD160F;
}
</style>
background-color css
<style>
a { background-color: #AD160F; }
a { background-color: rgb(173,22,15); }
div.DivClassName
{
background-color: #AD160F;
}
.BgClassName
{
background-color: #AD160F;
}
</style>
border-color css
<style>
span { border-color: #AD160F; }
span { border-color: rgb(173,22,15); }
td.TdClassName
{
border-color: #AD160F;
}
.TagClassName
{
border-color: #AD160F;
}
</style>