Shades of Rust #AD2F0C
Tints of Rust #AD2F0C
RGB
CMYK
RGB Variations
Color information
#AD2F0C (or 0xAD2F0C) is known color: Rust. HEX triplet: AD, 2F and 0C. RGB value is (173,47,12). Sum of RGB (Red+Green+Blue) = 173+47+12=232 (30% of max value = 765). Red value is 173 (67.97% from 255 or 74.57% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2F0C is #52D0F3. Grayscale: #505050. Windows color (decimal): -5427444 or 798637. OLE color: 798637.
HSL color Cylindrical-coordinate representation of color #AD2F0C: hue angle of 13.04º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD2F0C is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 47 | 12 | - |
| CMYK | 0 | 0.73 | 0.93 | 0.32 |
| HSL | 13.04º | 0.87% | 0.36% | - |
| HSV(B) | 13.04º | 0.93% | 0.68% | - |
| XYZ | 18.32 | 10.94 | 1.49 | - |
| YUV | 80.68 | 89.24 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 47 | 12 | 0 | 0.73 | 0.93 | 0.32 | 13.04 | 0.87 | 0.36 |
| Hex | AD | 2F | C | 0 | 49 | 5D | 20 | D | 57 | 24 |
| Octal | 255 | 57 | 14 | 0 | 111 | 135 | 40 | 15 | 127 | 44 |
| Binary | 10101101 | 101111 | 1100 | 0 | 1001001 | 1011101 | 100000 | 1101 | 1010111 | 100100 |
Color Harmonies of #AD2F0C
Complementary color
Monochromatic Colors of #AD2F0C
Black with #AD2F0C
Text Example
Text Example
White with #AD2F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2F0C; }
p { color: rgb(173,47,12); }
H1.HeaderClassName
{
color: #AD2F0C;
}
.AnyTagClassName
{
color: #AD2F0C;
}
</style>
background-color css
<style>
a { background-color: #AD2F0C; }
a { background-color: rgb(173,47,12); }
div.DivClassName
{
background-color: #AD2F0C;
}
.BgClassName
{
background-color: #AD2F0C;
}
</style>
border-color css
<style>
span { border-color: #AD2F0C; }
span { border-color: rgb(173,47,12); }
td.TdClassName
{
border-color: #AD2F0C;
}
.TagClassName
{
border-color: #AD2F0C;
}
</style>