Shades of Fire Brick #AD2017
Tints of Fire Brick #AD2017
RGB
CMYK
RGB Variations
Color information
#AD2017 (or 0xAD2017) is known color: Fire Brick. HEX triplet: AD, 20 and 17. RGB value is (173,32,23). Sum of RGB (Red+Green+Blue) = 173+32+23=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 23 (9.38% from 255 or 10.09% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2017 is #52DFE8. Grayscale: #494949. Windows color (decimal): -5431273 or 1515693. OLE color: 1515693.
HSL color Cylindrical-coordinate representation of color #AD2017: hue angle of 3.6º 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 #AD2017 is Cyan = 0, Magento = 0.82, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 23 | - |
| CMYK | 0 | 0.82 | 0.87 | 0.32 |
| HSL | 3.6º | 0.77% | 0.38% | - |
| HSV(B) | 3.6º | 0.87% | 0.68% | - |
| XYZ | 17.9 | 9.98 | 1.79 | - |
| YUV | 73.13 | 99.71 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 23 | 0 | 0.82 | 0.87 | 0.32 | 3.6 | 0.77 | 0.38 |
| Hex | AD | 20 | 17 | 0 | 52 | 57 | 20 | 4 | 4D | 26 |
| Octal | 255 | 40 | 27 | 0 | 122 | 127 | 40 | 4 | 115 | 46 |
| Binary | 10101101 | 100000 | 10111 | 0 | 1010010 | 1010111 | 100000 | 100 | 1001101 | 100110 |
Color Harmonies of #AD2017
Complementary color
Monochromatic Colors of #AD2017
Black with #AD2017
Text Example
Text Example
White with #AD2017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2017; }
p { color: rgb(173,32,23); }
H1.HeaderClassName
{
color: #AD2017;
}
.AnyTagClassName
{
color: #AD2017;
}
</style>
background-color css
<style>
a { background-color: #AD2017; }
a { background-color: rgb(173,32,23); }
div.DivClassName
{
background-color: #AD2017;
}
.BgClassName
{
background-color: #AD2017;
}
</style>
border-color css
<style>
span { border-color: #AD2017; }
span { border-color: rgb(173,32,23); }
td.TdClassName
{
border-color: #AD2017;
}
.TagClassName
{
border-color: #AD2017;
}
</style>