Shades of Rust #AD2709
Tints of Rust #AD2709
RGB
CMYK
RGB Variations
Color information
#AD2709 (or 0xAD2709) is known color: Rust. HEX triplet: AD, 27 and 09. RGB value is (173,39,9). Sum of RGB (Red+Green+Blue) = 173+39+9=221 (29% of max value = 765). Red value is 173 (67.97% from 255 or 78.28% from 221); Green value is 39 (15.62% from 255 or 17.65% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2709 is #52D8F6. Grayscale: #4B4B4B. Windows color (decimal): -5429495 or 599981. OLE color: 599981.
HSL color Cylindrical-coordinate representation of color #AD2709: hue angle of 10.98º 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 #AD2709 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 39 | 9 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.32 |
| HSL | 10.98º | 0.9% | 0.36% | - |
| HSV(B) | 10.98º | 0.95% | 0.68% | - |
| XYZ | 18.01 | 10.36 | 1.31 | - |
| YUV | 75.65 | 90.39 | 197.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 39 | 9 | 0 | 0.77 | 0.95 | 0.32 | 10.98 | 0.9 | 0.36 |
| Hex | AD | 27 | 9 | 0 | 4D | 5F | 20 | B | 5A | 24 |
| Octal | 255 | 47 | 11 | 0 | 115 | 137 | 40 | 13 | 132 | 44 |
| Binary | 10101101 | 100111 | 1001 | 0 | 1001101 | 1011111 | 100000 | 1011 | 1011010 | 100100 |
Color Harmonies of #AD2709
Complementary color
Monochromatic Colors of #AD2709
Black with #AD2709
Text Example
Text Example
White with #AD2709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2709; }
p { color: rgb(173,39,9); }
H1.HeaderClassName
{
color: #AD2709;
}
.AnyTagClassName
{
color: #AD2709;
}
</style>
background-color css
<style>
a { background-color: #AD2709; }
a { background-color: rgb(173,39,9); }
div.DivClassName
{
background-color: #AD2709;
}
.BgClassName
{
background-color: #AD2709;
}
</style>
border-color css
<style>
span { border-color: #AD2709; }
span { border-color: rgb(173,39,9); }
td.TdClassName
{
border-color: #AD2709;
}
.TagClassName
{
border-color: #AD2709;
}
</style>