Shades of Rust #AD2B09
Tints of Rust #AD2B09
RGB
CMYK
RGB Variations
Color information
#AD2B09 (or 0xAD2B09) is known color: Rust. HEX triplet: AD, 2B and 09. RGB value is (173,43,9). Sum of RGB (Red+Green+Blue) = 173+43+9=225 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.89% from 225); Green value is 43 (17.19% from 255 or 19.11% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B09 is #52D4F6. Grayscale: #4E4E4E. Windows color (decimal): -5428471 or 601005. OLE color: 601005.
HSL color Cylindrical-coordinate representation of color #AD2B09: hue angle of 12.44º 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 #AD2B09 is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 9 | - |
| CMYK | 0 | 0.75 | 0.95 | 0.32 |
| HSL | 12.44º | 0.9% | 0.36% | - |
| HSV(B) | 12.44º | 0.95% | 0.68% | - |
| XYZ | 18.15 | 10.63 | 1.35 | - |
| YUV | 77.99 | 89.07 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 9 | 0 | 0.75 | 0.95 | 0.32 | 12.44 | 0.9 | 0.36 |
| Hex | AD | 2B | 9 | 0 | 4B | 5F | 20 | C | 5A | 24 |
| Octal | 255 | 53 | 11 | 0 | 113 | 137 | 40 | 14 | 132 | 44 |
| Binary | 10101101 | 101011 | 1001 | 0 | 1001011 | 1011111 | 100000 | 1100 | 1011010 | 100100 |
Color Harmonies of #AD2B09
Complementary color
Monochromatic Colors of #AD2B09
Black with #AD2B09
Text Example
Text Example
White with #AD2B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B09; }
p { color: rgb(173,43,9); }
H1.HeaderClassName
{
color: #AD2B09;
}
.AnyTagClassName
{
color: #AD2B09;
}
</style>
background-color css
<style>
a { background-color: #AD2B09; }
a { background-color: rgb(173,43,9); }
div.DivClassName
{
background-color: #AD2B09;
}
.BgClassName
{
background-color: #AD2B09;
}
</style>
border-color css
<style>
span { border-color: #AD2B09; }
span { border-color: rgb(173,43,9); }
td.TdClassName
{
border-color: #AD2B09;
}
.TagClassName
{
border-color: #AD2B09;
}
</style>