Shades of Fire Brick #AD170A
Tints of Fire Brick #AD170A
RGB
CMYK
RGB Variations
Color information
#AD170A (or 0xAD170A) is known color: Fire Brick. HEX triplet: AD, 17 and 0A. RGB value is (173,23,10). Sum of RGB (Red+Green+Blue) = 173+23+10=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 23 (9.38% from 255 or 11.17% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD170A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AD170A is #52E8F5. Grayscale: #424242. Windows color (decimal): -5433590 or 661421. OLE color: 661421.
HSL color Cylindrical-coordinate representation of color #AD170A: hue angle of 4.79º 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 #AD170A is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 23 | 10 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.32 |
| HSL | 4.79º | 0.89% | 0.36% | - |
| HSV(B) | 4.79º | 0.94% | 0.68% | - |
| XYZ | 17.59 | 9.52 | 1.2 | - |
| YUV | 66.37 | 96.2 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 23 | 10 | 0 | 0.87 | 0.94 | 0.32 | 4.79 | 0.89 | 0.36 |
| Hex | AD | 17 | A | 0 | 57 | 5E | 20 | 5 | 59 | 24 |
| Octal | 255 | 27 | 12 | 0 | 127 | 136 | 40 | 5 | 131 | 44 |
| Binary | 10101101 | 10111 | 1010 | 0 | 1010111 | 1011110 | 100000 | 101 | 1011001 | 100100 |
Color Harmonies of #AD170A
Complementary color
Monochromatic Colors of #AD170A
Black with #AD170A
Text Example
Text Example
White with #AD170A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD170A; }
p { color: rgb(173,23,10); }
H1.HeaderClassName
{
color: #AD170A;
}
.AnyTagClassName
{
color: #AD170A;
}
</style>
background-color css
<style>
a { background-color: #AD170A; }
a { background-color: rgb(173,23,10); }
div.DivClassName
{
background-color: #AD170A;
}
.BgClassName
{
background-color: #AD170A;
}
</style>
border-color css
<style>
span { border-color: #AD170A; }
span { border-color: rgb(173,23,10); }
td.TdClassName
{
border-color: #AD170A;
}
.TagClassName
{
border-color: #AD170A;
}
</style>