Shades of Fire Brick #AD2D17
Tints of Fire Brick #AD2D17
RGB
CMYK
RGB Variations
Color information
#AD2D17 (or 0xAD2D17) is known color: Fire Brick. HEX triplet: AD, 2D and 17. RGB value is (173,45,23). Sum of RGB (Red+Green+Blue) = 173+45+23=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 45 (17.97% from 255 or 18.67% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2D17 is #52D2E8. Grayscale: #505050. Windows color (decimal): -5427945 or 1519021. OLE color: 1519021.
HSL color Cylindrical-coordinate representation of color #AD2D17: hue angle of 8.8º 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 #AD2D17 is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 45 | 23 | - |
| CMYK | 0 | 0.74 | 0.87 | 0.32 |
| HSL | 8.8º | 0.77% | 0.38% | - |
| HSV(B) | 8.8º | 0.87% | 0.68% | - |
| XYZ | 18.33 | 10.82 | 1.93 | - |
| YUV | 80.76 | 95.41 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 45 | 23 | 0 | 0.74 | 0.87 | 0.32 | 8.8 | 0.77 | 0.38 |
| Hex | AD | 2D | 17 | 0 | 4A | 57 | 20 | 9 | 4D | 26 |
| Octal | 255 | 55 | 27 | 0 | 112 | 127 | 40 | 11 | 115 | 46 |
| Binary | 10101101 | 101101 | 10111 | 0 | 1001010 | 1010111 | 100000 | 1001 | 1001101 | 100110 |
Color Harmonies of #AD2D17
Complementary color
Monochromatic Colors of #AD2D17
Black with #AD2D17
Text Example
Text Example
White with #AD2D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2D17; }
p { color: rgb(173,45,23); }
H1.HeaderClassName
{
color: #AD2D17;
}
.AnyTagClassName
{
color: #AD2D17;
}
</style>
background-color css
<style>
a { background-color: #AD2D17; }
a { background-color: rgb(173,45,23); }
div.DivClassName
{
background-color: #AD2D17;
}
.BgClassName
{
background-color: #AD2D17;
}
</style>
border-color css
<style>
span { border-color: #AD2D17; }
span { border-color: rgb(173,45,23); }
td.TdClassName
{
border-color: #AD2D17;
}
.TagClassName
{
border-color: #AD2D17;
}
</style>