Shades of Rust #AD390C
Tints of Rust #AD390C
RGB
CMYK
RGB Variations
Color information
#AD390C (or 0xAD390C) is known color: Rust. HEX triplet: AD, 39 and 0C. RGB value is (173,57,12). Sum of RGB (Red+Green+Blue) = 173+57+12=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD390C is #52C6F3. Grayscale: #565656. Windows color (decimal): -5424884 or 801197. OLE color: 801197.
HSL color Cylindrical-coordinate representation of color #AD390C: hue angle of 16.77º 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 #AD390C is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 57 | 12 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.32 |
| HSL | 16.77º | 0.87% | 0.36% | - |
| HSV(B) | 16.77º | 0.93% | 0.68% | - |
| XYZ | 18.76 | 11.84 | 1.64 | - |
| YUV | 86.55 | 85.93 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 57 | 12 | 0 | 0.67 | 0.93 | 0.32 | 16.77 | 0.87 | 0.36 |
| Hex | AD | 39 | C | 0 | 43 | 5D | 20 | 11 | 57 | 24 |
| Octal | 255 | 71 | 14 | 0 | 103 | 135 | 40 | 21 | 127 | 44 |
| Binary | 10101101 | 111001 | 1100 | 0 | 1000011 | 1011101 | 100000 | 10001 | 1010111 | 100100 |
Color Harmonies of #AD390C
Complementary color
Monochromatic Colors of #AD390C
Black with #AD390C
Text Example
Text Example
White with #AD390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD390C; }
p { color: rgb(173,57,12); }
H1.HeaderClassName
{
color: #AD390C;
}
.AnyTagClassName
{
color: #AD390C;
}
</style>
background-color css
<style>
a { background-color: #AD390C; }
a { background-color: rgb(173,57,12); }
div.DivClassName
{
background-color: #AD390C;
}
.BgClassName
{
background-color: #AD390C;
}
</style>
border-color css
<style>
span { border-color: #AD390C; }
span { border-color: rgb(173,57,12); }
td.TdClassName
{
border-color: #AD390C;
}
.TagClassName
{
border-color: #AD390C;
}
</style>