Shades of Fire Brick #AD170E
Tints of Fire Brick #AD170E
RGB
CMYK
RGB Variations
Color information
#AD170E (or 0xAD170E) is known color: Fire Brick. HEX triplet: AD, 17 and 0E. RGB value is (173,23,14). Sum of RGB (Red+Green+Blue) = 173+23+14=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 23 (9.38% from 255 or 10.95% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD170E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD170E is #52E8F1. Grayscale: #434343. Windows color (decimal): -5433586 or 923565. OLE color: 923565.
HSL color Cylindrical-coordinate representation of color #AD170E: hue angle of 3.4º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD170E is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 14 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.32 |
| HSL | 3.4º | 0.85% | 0.37% | - |
| HSV(B) | 3.4º | 0.92% | 0.68% | - |
| XYZ | 17.62 | 9.53 | 1.33 | - |
| YUV | 66.82 | 98.2 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 14 | 0 | 0.87 | 0.92 | 0.32 | 3.4 | 0.85 | 0.37 |
| Hex | AD | 17 | E | 0 | 57 | 5C | 20 | 3 | 55 | 25 |
| Octal | 255 | 27 | 16 | 0 | 127 | 134 | 40 | 3 | 125 | 45 |
| Binary | 10101101 | 10111 | 1110 | 0 | 1010111 | 1011100 | 100000 | 11 | 1010101 | 100101 |
Color Harmonies of #AD170E
Complementary color
Monochromatic Colors of #AD170E
Black with #AD170E
Text Example
Text Example
White with #AD170E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD170E; }
p { color: rgb(173,23,14); }
H1.HeaderClassName
{
color: #AD170E;
}
.AnyTagClassName
{
color: #AD170E;
}
</style>
background-color css
<style>
a { background-color: #AD170E; }
a { background-color: rgb(173,23,14); }
div.DivClassName
{
background-color: #AD170E;
}
.BgClassName
{
background-color: #AD170E;
}
</style>
border-color css
<style>
span { border-color: #AD170E; }
span { border-color: rgb(173,23,14); }
td.TdClassName
{
border-color: #AD170E;
}
.TagClassName
{
border-color: #AD170E;
}
</style>