Shades of Fire Brick #AD220B
Tints of Fire Brick #AD220B
RGB
CMYK
RGB Variations
Color information
#AD220B (or 0xAD220B) is known color: Fire Brick. HEX triplet: AD, 22 and 0B. RGB value is (173,34,11). Sum of RGB (Red+Green+Blue) = 173+34+11=218 (28% of max value = 765). Red value is 173 (67.97% from 255 or 79.36% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 173 - color contains mainly: red. Hex color #AD220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD220B is #52DDF4. Grayscale: #494949. Windows color (decimal): -5430773 or 729773. OLE color: 729773.
HSL color Cylindrical-coordinate representation of color #AD220B: hue angle of 8.52º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD220B is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 11 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.32 |
| HSL | 8.52º | 0.88% | 0.36% | - |
| HSV(B) | 8.52º | 0.94% | 0.68% | - |
| XYZ | 17.87 | 10.05 | 1.32 | - |
| YUV | 72.94 | 93.05 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 11 | 0 | 0.80 | 0.94 | 0.32 | 8.52 | 0.88 | 0.36 |
| Hex | AD | 22 | B | 0 | 50 | 5E | 20 | 9 | 58 | 24 |
| Octal | 255 | 42 | 13 | 0 | 120 | 136 | 40 | 11 | 130 | 44 |
| Binary | 10101101 | 100010 | 1011 | 0 | 1010000 | 1011110 | 100000 | 1001 | 1011000 | 100100 |
Color Harmonies of #AD220B
Complementary color
Monochromatic Colors of #AD220B
Black with #AD220B
Text Example
Text Example
White with #AD220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD220B; }
p { color: rgb(173,34,11); }
H1.HeaderClassName
{
color: #AD220B;
}
.AnyTagClassName
{
color: #AD220B;
}
</style>
background-color css
<style>
a { background-color: #AD220B; }
a { background-color: rgb(173,34,11); }
div.DivClassName
{
background-color: #AD220B;
}
.BgClassName
{
background-color: #AD220B;
}
</style>
border-color css
<style>
span { border-color: #AD220B; }
span { border-color: rgb(173,34,11); }
td.TdClassName
{
border-color: #AD220B;
}
.TagClassName
{
border-color: #AD220B;
}
</style>