Shades of Fire Brick #AD2B17
Tints of Fire Brick #AD2B17
RGB
CMYK
RGB Variations
Color information
#AD2B17 (or 0xAD2B17) is known color: Fire Brick. HEX triplet: AD, 2B and 17. RGB value is (173,43,23). Sum of RGB (Red+Green+Blue) = 173+43+23=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B17 is #52D4E8. Grayscale: #4F4F4F. Windows color (decimal): -5428457 or 1518509. OLE color: 1518509.
HSL color Cylindrical-coordinate representation of color #AD2B17: hue angle of 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 #AD2B17 is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 23 | - |
| CMYK | 0 | 0.75 | 0.87 | 0.32 |
| HSL | 8º | 0.77% | 0.38% | - |
| HSV(B) | 8º | 0.87% | 0.68% | - |
| XYZ | 18.25 | 10.67 | 1.91 | - |
| YUV | 79.59 | 96.07 | 194.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 23 | 0 | 0.75 | 0.87 | 0.32 | 8 | 0.77 | 0.38 |
| Hex | AD | 2B | 17 | 0 | 4B | 57 | 20 | 8 | 4D | 26 |
| Octal | 255 | 53 | 27 | 0 | 113 | 127 | 40 | 10 | 115 | 46 |
| Binary | 10101101 | 101011 | 10111 | 0 | 1001011 | 1010111 | 100000 | 1000 | 1001101 | 100110 |
Color Harmonies of #AD2B17
Complementary color
Monochromatic Colors of #AD2B17
Black with #AD2B17
Text Example
Text Example
White with #AD2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B17; }
p { color: rgb(173,43,23); }
H1.HeaderClassName
{
color: #AD2B17;
}
.AnyTagClassName
{
color: #AD2B17;
}
</style>
background-color css
<style>
a { background-color: #AD2B17; }
a { background-color: rgb(173,43,23); }
div.DivClassName
{
background-color: #AD2B17;
}
.BgClassName
{
background-color: #AD2B17;
}
</style>
border-color css
<style>
span { border-color: #AD2B17; }
span { border-color: rgb(173,43,23); }
td.TdClassName
{
border-color: #AD2B17;
}
.TagClassName
{
border-color: #AD2B17;
}
</style>