Shades of Rust #AD370B
Tints of Rust #AD370B
RGB
CMYK
RGB Variations
Color information
#AD370B (or 0xAD370B) is known color: Rust. HEX triplet: AD, 37 and 0B. RGB value is (173,55,11). Sum of RGB (Red+Green+Blue) = 173+55+11=239 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.38% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 173 - color contains mainly: red. Hex color #AD370B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD370B is #52C8F4. Grayscale: #555555. Windows color (decimal): -5425397 or 735149. OLE color: 735149.
HSL color Cylindrical-coordinate representation of color #AD370B: hue angle of 16.3º degrees, saturation: 0.88, 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 #AD370B is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 55 | 11 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.32 |
| HSL | 16.3º | 0.88% | 0.36% | - |
| HSV(B) | 16.3º | 0.94% | 0.68% | - |
| XYZ | 18.66 | 11.64 | 1.58 | - |
| YUV | 85.27 | 86.09 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 55 | 11 | 0 | 0.68 | 0.94 | 0.32 | 16.3 | 0.88 | 0.36 |
| Hex | AD | 37 | B | 0 | 44 | 5E | 20 | 10 | 58 | 24 |
| Octal | 255 | 67 | 13 | 0 | 104 | 136 | 40 | 20 | 130 | 44 |
| Binary | 10101101 | 110111 | 1011 | 0 | 1000100 | 1011110 | 100000 | 10000 | 1011000 | 100100 |
Color Harmonies of #AD370B
Complementary color
Monochromatic Colors of #AD370B
Black with #AD370B
Text Example
Text Example
White with #AD370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD370B; }
p { color: rgb(173,55,11); }
H1.HeaderClassName
{
color: #AD370B;
}
.AnyTagClassName
{
color: #AD370B;
}
</style>
background-color css
<style>
a { background-color: #AD370B; }
a { background-color: rgb(173,55,11); }
div.DivClassName
{
background-color: #AD370B;
}
.BgClassName
{
background-color: #AD370B;
}
</style>
border-color css
<style>
span { border-color: #AD370B; }
span { border-color: rgb(173,55,11); }
td.TdClassName
{
border-color: #AD370B;
}
.TagClassName
{
border-color: #AD370B;
}
</style>