Shades of Fire Brick #AD220E
Tints of Fire Brick #AD220E
RGB
CMYK
RGB Variations
Color information
#AD220E (or 0xAD220E) is known color: Fire Brick. HEX triplet: AD, 22 and 0E. RGB value is (173,34,14). Sum of RGB (Red+Green+Blue) = 173+34+14=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 14 (5.86% from 255 or 6.33% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD220E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD220E is #52DDF1. Grayscale: #494949. Windows color (decimal): -5430770 or 926381. OLE color: 926381.
HSL color Cylindrical-coordinate representation of color #AD220E: hue angle of 7.55º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD220E is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 14 | - |
| CMYK | 0 | 0.80 | 0.92 | 0.32 |
| HSL | 7.55º | 0.85% | 0.37% | - |
| HSV(B) | 7.55º | 0.92% | 0.68% | - |
| XYZ | 17.88 | 10.06 | 1.41 | - |
| YUV | 73.28 | 94.55 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 14 | 0 | 0.80 | 0.92 | 0.32 | 7.55 | 0.85 | 0.37 |
| Hex | AD | 22 | E | 0 | 50 | 5C | 20 | 8 | 55 | 25 |
| Octal | 255 | 42 | 16 | 0 | 120 | 134 | 40 | 10 | 125 | 45 |
| Binary | 10101101 | 100010 | 1110 | 0 | 1010000 | 1011100 | 100000 | 1000 | 1010101 | 100101 |
Color Harmonies of #AD220E
Complementary color
Monochromatic Colors of #AD220E
Black with #AD220E
Text Example
Text Example
White with #AD220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD220E; }
p { color: rgb(173,34,14); }
H1.HeaderClassName
{
color: #AD220E;
}
.AnyTagClassName
{
color: #AD220E;
}
</style>
background-color css
<style>
a { background-color: #AD220E; }
a { background-color: rgb(173,34,14); }
div.DivClassName
{
background-color: #AD220E;
}
.BgClassName
{
background-color: #AD220E;
}
</style>
border-color css
<style>
span { border-color: #AD220E; }
span { border-color: rgb(173,34,14); }
td.TdClassName
{
border-color: #AD220E;
}
.TagClassName
{
border-color: #AD220E;
}
</style>