Shades of Rust #AD2E09
Tints of Rust #AD2E09
RGB
CMYK
RGB Variations
Color information
#AD2E09 (or 0xAD2E09) is known color: Rust. HEX triplet: AD, 2E and 09. RGB value is (173,46,9). Sum of RGB (Red+Green+Blue) = 173+46+9=228 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.88% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2E09 is #52D1F6. Grayscale: #505050. Windows color (decimal): -5427703 or 601773. OLE color: 601773.
HSL color Cylindrical-coordinate representation of color #AD2E09: hue angle of 13.54º 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 #AD2E09 is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 46 | 9 | - |
| CMYK | 0 | 0.73 | 0.95 | 0.32 |
| HSL | 13.54º | 0.9% | 0.36% | - |
| HSV(B) | 13.54º | 0.95% | 0.68% | - |
| XYZ | 18.26 | 10.86 | 1.39 | - |
| YUV | 79.76 | 88.08 | 194.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 46 | 9 | 0 | 0.73 | 0.95 | 0.32 | 13.54 | 0.9 | 0.36 |
| Hex | AD | 2E | 9 | 0 | 49 | 5F | 20 | E | 5A | 24 |
| Octal | 255 | 56 | 11 | 0 | 111 | 137 | 40 | 16 | 132 | 44 |
| Binary | 10101101 | 101110 | 1001 | 0 | 1001001 | 1011111 | 100000 | 1110 | 1011010 | 100100 |
Color Harmonies of #AD2E09
Complementary color
Monochromatic Colors of #AD2E09
Black with #AD2E09
Text Example
Text Example
White with #AD2E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2E09; }
p { color: rgb(173,46,9); }
H1.HeaderClassName
{
color: #AD2E09;
}
.AnyTagClassName
{
color: #AD2E09;
}
</style>
background-color css
<style>
a { background-color: #AD2E09; }
a { background-color: rgb(173,46,9); }
div.DivClassName
{
background-color: #AD2E09;
}
.BgClassName
{
background-color: #AD2E09;
}
</style>
border-color css
<style>
span { border-color: #AD2E09; }
span { border-color: rgb(173,46,9); }
td.TdClassName
{
border-color: #AD2E09;
}
.TagClassName
{
border-color: #AD2E09;
}
</style>