Shades of Fire Brick #AD220C
Tints of Fire Brick #AD220C
RGB
CMYK
RGB Variations
Color information
#AD220C (or 0xAD220C) is known color: Fire Brick. HEX triplet: AD, 22 and 0C. RGB value is (173,34,12). Sum of RGB (Red+Green+Blue) = 173+34+12=219 (29% of max value = 765). Red value is 173 (67.97% from 255 or 79.00% from 219); Green value is 34 (13.67% from 255 or 15.53% from 219); Blue value is 12 (5.08% from 255 or 5.48% from 219); Max value from RGB is 173 - color contains mainly: red. Hex color #AD220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD220C is #52DDF3. Grayscale: #494949. Windows color (decimal): -5430772 or 795309. OLE color: 795309.
HSL color Cylindrical-coordinate representation of color #AD220C: hue angle of 8.2º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD220C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 12 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.32 |
| HSL | 8.2º | 0.87% | 0.36% | - |
| HSV(B) | 8.2º | 0.93% | 0.68% | - |
| XYZ | 17.87 | 10.05 | 1.35 | - |
| YUV | 73.05 | 93.55 | 199.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 12 | 0 | 0.80 | 0.93 | 0.32 | 8.2 | 0.87 | 0.36 |
| Hex | AD | 22 | C | 0 | 50 | 5D | 20 | 8 | 57 | 24 |
| Octal | 255 | 42 | 14 | 0 | 120 | 135 | 40 | 10 | 127 | 44 |
| Binary | 10101101 | 100010 | 1100 | 0 | 1010000 | 1011101 | 100000 | 1000 | 1010111 | 100100 |
Color Harmonies of #AD220C
Complementary color
Monochromatic Colors of #AD220C
Black with #AD220C
Text Example
Text Example
White with #AD220C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD220C; }
p { color: rgb(173,34,12); }
H1.HeaderClassName
{
color: #AD220C;
}
.AnyTagClassName
{
color: #AD220C;
}
</style>
background-color css
<style>
a { background-color: #AD220C; }
a { background-color: rgb(173,34,12); }
div.DivClassName
{
background-color: #AD220C;
}
.BgClassName
{
background-color: #AD220C;
}
</style>
border-color css
<style>
span { border-color: #AD220C; }
span { border-color: rgb(173,34,12); }
td.TdClassName
{
border-color: #AD220C;
}
.TagClassName
{
border-color: #AD220C;
}
</style>