Shades of Fire Brick #AD2517
Tints of Fire Brick #AD2517
RGB
CMYK
RGB Variations
Color information
#AD2517 (or 0xAD2517) is known color: Fire Brick. HEX triplet: AD, 25 and 17. RGB value is (173,37,23). Sum of RGB (Red+Green+Blue) = 173+37+23=233 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.25% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 23 (9.38% from 255 or 9.87% from 233); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2517 is #52DAE8. Grayscale: #4C4C4C. Windows color (decimal): -5429993 or 1516973. OLE color: 1516973.
HSL color Cylindrical-coordinate representation of color #AD2517: hue angle of 5.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 #AD2517 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 37 | 23 | - |
| CMYK | 0 | 0.79 | 0.87 | 0.32 |
| HSL | 5.6º | 0.77% | 0.38% | - |
| HSV(B) | 5.6º | 0.87% | 0.68% | - |
| XYZ | 18.05 | 10.27 | 1.84 | - |
| YUV | 76.07 | 98.06 | 197.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 37 | 23 | 0 | 0.79 | 0.87 | 0.32 | 5.6 | 0.77 | 0.38 |
| Hex | AD | 25 | 17 | 0 | 4F | 57 | 20 | 6 | 4D | 26 |
| Octal | 255 | 45 | 27 | 0 | 117 | 127 | 40 | 6 | 115 | 46 |
| Binary | 10101101 | 100101 | 10111 | 0 | 1001111 | 1010111 | 100000 | 110 | 1001101 | 100110 |
Color Harmonies of #AD2517
Complementary color
Monochromatic Colors of #AD2517
Black with #AD2517
Text Example
Text Example
White with #AD2517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2517; }
p { color: rgb(173,37,23); }
H1.HeaderClassName
{
color: #AD2517;
}
.AnyTagClassName
{
color: #AD2517;
}
</style>
background-color css
<style>
a { background-color: #AD2517; }
a { background-color: rgb(173,37,23); }
div.DivClassName
{
background-color: #AD2517;
}
.BgClassName
{
background-color: #AD2517;
}
</style>
border-color css
<style>
span { border-color: #AD2517; }
span { border-color: rgb(173,37,23); }
td.TdClassName
{
border-color: #AD2517;
}
.TagClassName
{
border-color: #AD2517;
}
</style>