Shades of Rust #AD2C0F
Tints of Rust #AD2C0F
RGB
CMYK
RGB Variations
Color information
#AD2C0F (or 0xAD2C0F) is known color: Rust. HEX triplet: AD, 2C and 0F. RGB value is (173,44,15). Sum of RGB (Red+Green+Blue) = 173+44+15=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 15 (6.25% from 255 or 6.47% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2C0F is #52D3F0. Grayscale: #4F4F4F. Windows color (decimal): -5428209 or 994477. OLE color: 994477.
HSL color Cylindrical-coordinate representation of color #AD2C0F: hue angle of 11.01º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD2C0F is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 44 | 15 | - |
| CMYK | 0 | 0.75 | 0.91 | 0.32 |
| HSL | 11.01º | 0.84% | 0.37% | - |
| HSV(B) | 11.01º | 0.91% | 0.68% | - |
| XYZ | 18.22 | 10.72 | 1.56 | - |
| YUV | 79.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 44 | 15 | 0 | 0.75 | 0.91 | 0.32 | 11.01 | 0.84 | 0.37 |
| Hex | AD | 2C | F | 0 | 4B | 5B | 20 | B | 54 | 25 |
| Octal | 255 | 54 | 17 | 0 | 113 | 133 | 40 | 13 | 124 | 45 |
| Binary | 10101101 | 101100 | 1111 | 0 | 1001011 | 1011011 | 100000 | 1011 | 1010100 | 100101 |
Color Harmonies of #AD2C0F
Complementary color
Monochromatic Colors of #AD2C0F
Black with #AD2C0F
Text Example
Text Example
White with #AD2C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2C0F; }
p { color: rgb(173,44,15); }
H1.HeaderClassName
{
color: #AD2C0F;
}
.AnyTagClassName
{
color: #AD2C0F;
}
</style>
background-color css
<style>
a { background-color: #AD2C0F; }
a { background-color: rgb(173,44,15); }
div.DivClassName
{
background-color: #AD2C0F;
}
.BgClassName
{
background-color: #AD2C0F;
}
</style>
border-color css
<style>
span { border-color: #AD2C0F; }
span { border-color: rgb(173,44,15); }
td.TdClassName
{
border-color: #AD2C0F;
}
.TagClassName
{
border-color: #AD2C0F;
}
</style>