Shades of Fire Brick #AD2217
Tints of Fire Brick #AD2217
RGB
CMYK
RGB Variations
Color information
#AD2217 (or 0xAD2217) is known color: Fire Brick. HEX triplet: AD, 22 and 17. RGB value is (173,34,23). Sum of RGB (Red+Green+Blue) = 173+34+23=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 23 (9.38% from 255 or 10% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2217 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2217 is #52DDE8. Grayscale: #4A4A4A. Windows color (decimal): -5430761 or 1516205. OLE color: 1516205.
HSL color Cylindrical-coordinate representation of color #AD2217: hue angle of 4.4º 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 #AD2217 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 23 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.32 |
| HSL | 4.4º | 0.77% | 0.38% | - |
| HSV(B) | 4.4º | 0.87% | 0.68% | - |
| XYZ | 17.96 | 10.09 | 1.81 | - |
| YUV | 74.31 | 99.05 | 198.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 23 | 0 | 0.80 | 0.87 | 0.32 | 4.4 | 0.77 | 0.38 |
| Hex | AD | 22 | 17 | 0 | 50 | 57 | 20 | 4 | 4D | 26 |
| Octal | 255 | 42 | 27 | 0 | 120 | 127 | 40 | 4 | 115 | 46 |
| Binary | 10101101 | 100010 | 10111 | 0 | 1010000 | 1010111 | 100000 | 100 | 1001101 | 100110 |
Color Harmonies of #AD2217
Complementary color
Monochromatic Colors of #AD2217
Black with #AD2217
Text Example
Text Example
White with #AD2217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2217; }
p { color: rgb(173,34,23); }
H1.HeaderClassName
{
color: #AD2217;
}
.AnyTagClassName
{
color: #AD2217;
}
</style>
background-color css
<style>
a { background-color: #AD2217; }
a { background-color: rgb(173,34,23); }
div.DivClassName
{
background-color: #AD2217;
}
.BgClassName
{
background-color: #AD2217;
}
</style>
border-color css
<style>
span { border-color: #AD2217; }
span { border-color: rgb(173,34,23); }
td.TdClassName
{
border-color: #AD2217;
}
.TagClassName
{
border-color: #AD2217;
}
</style>