Shades of Fire Brick #AD2204
Tints of Fire Brick #AD2204
RGB
CMYK
RGB Variations
Color information
#AD2204 (or 0xAD2204) is known color: Fire Brick. HEX triplet: AD, 22 and 04. RGB value is (173,34,4). Sum of RGB (Red+Green+Blue) = 173+34+4=211 (27% of max value = 765). Red value is 173 (67.97% from 255 or 81.99% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 4 (1.95% from 255 or 1.90% from 211); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2204 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2204 is #52DDFB. Grayscale: #484848. Windows color (decimal): -5430780 or 271021. OLE color: 271021.
HSL color Cylindrical-coordinate representation of color #AD2204: hue angle of 10.65º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AD2204 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 34 | 4 | - |
| CMYK | 0 | 0.80 | 0.98 | 0.32 |
| HSL | 10.65º | 0.95% | 0.35% | - |
| HSV(B) | 10.65º | 0.98% | 0.68% | - |
| XYZ | 17.83 | 10.04 | 1.11 | - |
| YUV | 72.14 | 89.55 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 34 | 4 | 0 | 0.80 | 0.98 | 0.32 | 10.65 | 0.95 | 0.35 |
| Hex | AD | 22 | 4 | 0 | 50 | 62 | 20 | B | 5F | 23 |
| Octal | 255 | 42 | 4 | 0 | 120 | 142 | 40 | 13 | 137 | 43 |
| Binary | 10101101 | 100010 | 100 | 0 | 1010000 | 1100010 | 100000 | 1011 | 1011111 | 100011 |
Color Harmonies of #AD2204
Complementary color
Monochromatic Colors of #AD2204
Black with #AD2204
Text Example
Text Example
White with #AD2204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2204; }
p { color: rgb(173,34,4); }
H1.HeaderClassName
{
color: #AD2204;
}
.AnyTagClassName
{
color: #AD2204;
}
</style>
background-color css
<style>
a { background-color: #AD2204; }
a { background-color: rgb(173,34,4); }
div.DivClassName
{
background-color: #AD2204;
}
.BgClassName
{
background-color: #AD2204;
}
</style>
border-color css
<style>
span { border-color: #AD2204; }
span { border-color: rgb(173,34,4); }
td.TdClassName
{
border-color: #AD2204;
}
.TagClassName
{
border-color: #AD2204;
}
</style>