Shades of Fire Brick #AD2215
Tints of Fire Brick #AD2215
RGB
CMYK
RGB Variations
Color information
#AD2215 (or 0xAD2215) is known color: Fire Brick. HEX triplet: AD, 22 and 15. RGB value is (173,34,21). Sum of RGB (Red+Green+Blue) = 173+34+21=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 21 (8.59% from 255 or 9.21% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2215 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2215 is #52DDEA. Grayscale: #4A4A4A. Windows color (decimal): -5430763 or 1385133. OLE color: 1385133.
HSL color Cylindrical-coordinate representation of color #AD2215: hue angle of 5.13º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AD2215 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 21 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.32 |
| HSL | 5.13º | 0.78% | 0.38% | - |
| HSV(B) | 5.13º | 0.88% | 0.68% | - |
| XYZ | 17.94 | 10.08 | 1.71 | - |
| YUV | 74.08 | 98.05 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 21 | 0 | 0.80 | 0.88 | 0.32 | 5.13 | 0.78 | 0.38 |
| Hex | AD | 22 | 15 | 0 | 50 | 58 | 20 | 5 | 4E | 26 |
| Octal | 255 | 42 | 25 | 0 | 120 | 130 | 40 | 5 | 116 | 46 |
| Binary | 10101101 | 100010 | 10101 | 0 | 1010000 | 1011000 | 100000 | 101 | 1001110 | 100110 |
Color Harmonies of #AD2215
Complementary color
Monochromatic Colors of #AD2215
Black with #AD2215
Text Example
Text Example
White with #AD2215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2215; }
p { color: rgb(173,34,21); }
H1.HeaderClassName
{
color: #AD2215;
}
.AnyTagClassName
{
color: #AD2215;
}
</style>
background-color css
<style>
a { background-color: #AD2215; }
a { background-color: rgb(173,34,21); }
div.DivClassName
{
background-color: #AD2215;
}
.BgClassName
{
background-color: #AD2215;
}
</style>
border-color css
<style>
span { border-color: #AD2215; }
span { border-color: rgb(173,34,21); }
td.TdClassName
{
border-color: #AD2215;
}
.TagClassName
{
border-color: #AD2215;
}
</style>