Shades of Rust #AD370A
Tints of Rust #AD370A
RGB
CMYK
RGB Variations
Color information
#AD370A (or 0xAD370A) is known color: Rust. HEX triplet: AD, 37 and 0A. RGB value is (173,55,10). Sum of RGB (Red+Green+Blue) = 173+55+10=238 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.69% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 10 (4.30% from 255 or 4.20% from 238); Max value from RGB is 173 - color contains mainly: red. Hex color #AD370A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD370A is #52C8F5. Grayscale: #555555. Windows color (decimal): -5425398 or 669613. OLE color: 669613.
HSL color Cylindrical-coordinate representation of color #AD370A: hue angle of 16.56º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD370A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.32 |
| HSL | 16.56º | 0.89% | 0.36% | - |
| HSV(B) | 16.56º | 0.94% | 0.68% | - |
| XYZ | 18.65 | 11.64 | 1.55 | - |
| YUV | 85.15 | 85.59 | 190.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 10 | 0 | 0.68 | 0.94 | 0.32 | 16.56 | 0.89 | 0.36 |
| Hex | AD | 37 | A | 0 | 44 | 5E | 20 | 11 | 59 | 24 |
| Octal | 255 | 67 | 12 | 0 | 104 | 136 | 40 | 21 | 131 | 44 |
| Binary | 10101101 | 110111 | 1010 | 0 | 1000100 | 1011110 | 100000 | 10001 | 1011001 | 100100 |
Color Harmonies of #AD370A
Complementary color
Monochromatic Colors of #AD370A
Black with #AD370A
Text Example
Text Example
White with #AD370A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD370A; }
p { color: rgb(173,55,10); }
H1.HeaderClassName
{
color: #AD370A;
}
.AnyTagClassName
{
color: #AD370A;
}
</style>
background-color css
<style>
a { background-color: #AD370A; }
a { background-color: rgb(173,55,10); }
div.DivClassName
{
background-color: #AD370A;
}
.BgClassName
{
background-color: #AD370A;
}
</style>
border-color css
<style>
span { border-color: #AD370A; }
span { border-color: rgb(173,55,10); }
td.TdClassName
{
border-color: #AD370A;
}
.TagClassName
{
border-color: #AD370A;
}
</style>