Shades of Fire Brick #AD2009
Tints of Fire Brick #AD2009
RGB
CMYK
RGB Variations
Color information
#AD2009 (or 0xAD2009) is known color: Fire Brick. HEX triplet: AD, 20 and 09. RGB value is (173,32,9). Sum of RGB (Red+Green+Blue) = 173+32+9=214 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.84% from 214); Green value is 32 (12.89% from 255 or 14.95% from 214); Blue value is 9 (3.91% from 255 or 4.21% from 214); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2009 is #52DFF6. Grayscale: #474747. Windows color (decimal): -5431287 or 598189. OLE color: 598189.
HSL color Cylindrical-coordinate representation of color #AD2009: hue angle of 8.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD2009 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 32 | 9 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.32 |
| HSL | 8.41º | 0.9% | 0.36% | - |
| HSV(B) | 8.41º | 0.95% | 0.68% | - |
| XYZ | 17.8 | 9.94 | 1.24 | - |
| YUV | 71.54 | 92.71 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 32 | 9 | 0 | 0.82 | 0.95 | 0.32 | 8.41 | 0.9 | 0.36 |
| Hex | AD | 20 | 9 | 0 | 52 | 5F | 20 | 8 | 5A | 24 |
| Octal | 255 | 40 | 11 | 0 | 122 | 137 | 40 | 10 | 132 | 44 |
| Binary | 10101101 | 100000 | 1001 | 0 | 1010010 | 1011111 | 100000 | 1000 | 1011010 | 100100 |
Color Harmonies of #AD2009
Complementary color
Monochromatic Colors of #AD2009
Black with #AD2009
Text Example
Text Example
White with #AD2009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2009; }
p { color: rgb(173,32,9); }
H1.HeaderClassName
{
color: #AD2009;
}
.AnyTagClassName
{
color: #AD2009;
}
</style>
background-color css
<style>
a { background-color: #AD2009; }
a { background-color: rgb(173,32,9); }
div.DivClassName
{
background-color: #AD2009;
}
.BgClassName
{
background-color: #AD2009;
}
</style>
border-color css
<style>
span { border-color: #AD2009; }
span { border-color: rgb(173,32,9); }
td.TdClassName
{
border-color: #AD2009;
}
.TagClassName
{
border-color: #AD2009;
}
</style>