Shades of Fire Brick #AD2A17
Tints of Fire Brick #AD2A17
RGB
CMYK
RGB Variations
Color information
#AD2A17 (or 0xAD2A17) is known color: Fire Brick. HEX triplet: AD, 2A and 17. RGB value is (173,42,23). Sum of RGB (Red+Green+Blue) = 173+42+23=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 42 (16.80% from 255 or 17.65% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2A17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2A17 is #52D5E8. Grayscale: #4F4F4F. Windows color (decimal): -5428713 or 1518253. OLE color: 1518253.
HSL color Cylindrical-coordinate representation of color #AD2A17: hue angle of 7.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 #AD2A17 is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 42 | 23 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.32 |
| HSL | 7.6º | 0.77% | 0.38% | - |
| HSV(B) | 7.6º | 0.87% | 0.68% | - |
| XYZ | 18.22 | 10.6 | 1.9 | - |
| YUV | 79 | 96.4 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 42 | 23 | 0 | 0.76 | 0.87 | 0.32 | 7.6 | 0.77 | 0.38 |
| Hex | AD | 2A | 17 | 0 | 4C | 57 | 20 | 8 | 4D | 26 |
| Octal | 255 | 52 | 27 | 0 | 114 | 127 | 40 | 10 | 115 | 46 |
| Binary | 10101101 | 101010 | 10111 | 0 | 1001100 | 1010111 | 100000 | 1000 | 1001101 | 100110 |
Color Harmonies of #AD2A17
Complementary color
Monochromatic Colors of #AD2A17
Black with #AD2A17
Text Example
Text Example
White with #AD2A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2A17; }
p { color: rgb(173,42,23); }
H1.HeaderClassName
{
color: #AD2A17;
}
.AnyTagClassName
{
color: #AD2A17;
}
</style>
background-color css
<style>
a { background-color: #AD2A17; }
a { background-color: rgb(173,42,23); }
div.DivClassName
{
background-color: #AD2A17;
}
.BgClassName
{
background-color: #AD2A17;
}
</style>
border-color css
<style>
span { border-color: #AD2A17; }
span { border-color: rgb(173,42,23); }
td.TdClassName
{
border-color: #AD2A17;
}
.TagClassName
{
border-color: #AD2A17;
}
</style>