Shades of Rust #AD370C
Tints of Rust #AD370C
RGB
CMYK
RGB Variations
Color information
#AD370C (or 0xAD370C) is known color: Rust. HEX triplet: AD, 37 and 0C. RGB value is (173,55,12). Sum of RGB (Red+Green+Blue) = 173+55+12=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD370C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD370C is #52C8F3. Grayscale: #555555. Windows color (decimal): -5425396 or 800685. OLE color: 800685.
HSL color Cylindrical-coordinate representation of color #AD370C: hue angle of 16.02º 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 #AD370C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 12 | - |
| CMYK | 0 | 0.68 | 0.93 | 0.32 |
| HSL | 16.02º | 0.87% | 0.36% | - |
| HSV(B) | 16.02º | 0.93% | 0.68% | - |
| XYZ | 18.67 | 11.64 | 1.61 | - |
| YUV | 85.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 12 | 0 | 0.68 | 0.93 | 0.32 | 16.02 | 0.87 | 0.36 |
| Hex | AD | 37 | C | 0 | 44 | 5D | 20 | 10 | 57 | 24 |
| Octal | 255 | 67 | 14 | 0 | 104 | 135 | 40 | 20 | 127 | 44 |
| Binary | 10101101 | 110111 | 1100 | 0 | 1000100 | 1011101 | 100000 | 10000 | 1010111 | 100100 |
Color Harmonies of #AD370C
Complementary color
Monochromatic Colors of #AD370C
Black with #AD370C
Text Example
Text Example
White with #AD370C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD370C; }
p { color: rgb(173,55,12); }
H1.HeaderClassName
{
color: #AD370C;
}
.AnyTagClassName
{
color: #AD370C;
}
</style>
background-color css
<style>
a { background-color: #AD370C; }
a { background-color: rgb(173,55,12); }
div.DivClassName
{
background-color: #AD370C;
}
.BgClassName
{
background-color: #AD370C;
}
</style>
border-color css
<style>
span { border-color: #AD370C; }
span { border-color: rgb(173,55,12); }
td.TdClassName
{
border-color: #AD370C;
}
.TagClassName
{
border-color: #AD370C;
}
</style>