Shades of Fire Brick #AD2206
Tints of Fire Brick #AD2206
RGB
CMYK
RGB Variations
Color information
#AD2206 (or 0xAD2206) is known color: Fire Brick. HEX triplet: AD, 22 and 06. RGB value is (173,34,6). Sum of RGB (Red+Green+Blue) = 173+34+6=213 (28% of max value = 765). Red value is 173 (67.97% from 255 or 81.22% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 6 (2.73% from 255 or 2.82% from 213); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2206 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2206 is #52DDF9. Grayscale: #484848. Windows color (decimal): -5430778 or 402093. OLE color: 402093.
HSL color Cylindrical-coordinate representation of color #AD2206: hue angle of 10.06º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD2206 is Cyan = 0, Magento = 0.80, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 6 | - |
| CMYK | 0 | 0.80 | 0.97 | 0.32 |
| HSL | 10.06º | 0.93% | 0.35% | - |
| HSV(B) | 10.06º | 0.97% | 0.68% | - |
| XYZ | 17.84 | 10.04 | 1.17 | - |
| YUV | 72.37 | 90.55 | 199.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 6 | 0 | 0.80 | 0.97 | 0.32 | 10.06 | 0.93 | 0.35 |
| Hex | AD | 22 | 6 | 0 | 50 | 61 | 20 | A | 5D | 23 |
| Octal | 255 | 42 | 6 | 0 | 120 | 141 | 40 | 12 | 135 | 43 |
| Binary | 10101101 | 100010 | 110 | 0 | 1010000 | 1100001 | 100000 | 1010 | 1011101 | 100011 |
Color Harmonies of #AD2206
Complementary color
Monochromatic Colors of #AD2206
Black with #AD2206
Text Example
Text Example
White with #AD2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2206; }
p { color: rgb(173,34,6); }
H1.HeaderClassName
{
color: #AD2206;
}
.AnyTagClassName
{
color: #AD2206;
}
</style>
background-color css
<style>
a { background-color: #AD2206; }
a { background-color: rgb(173,34,6); }
div.DivClassName
{
background-color: #AD2206;
}
.BgClassName
{
background-color: #AD2206;
}
</style>
border-color css
<style>
span { border-color: #AD2206; }
span { border-color: rgb(173,34,6); }
td.TdClassName
{
border-color: #AD2206;
}
.TagClassName
{
border-color: #AD2206;
}
</style>