Shades of Rust #AD3C08
Tints of Rust #AD3C08
RGB
CMYK
RGB Variations
Color information
#AD3C08 (or 0xAD3C08) is known color: Rust. HEX triplet: AD, 3C and 08. RGB value is (173,60,8). Sum of RGB (Red+Green+Blue) = 173+60+8=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 60 (23.83% from 255 or 24.90% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3C08 is #52C3F7. Grayscale: #585858. Windows color (decimal): -5424120 or 539821. OLE color: 539821.
HSL color Cylindrical-coordinate representation of color #AD3C08: hue angle of 18.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD3C08 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 60 | 8 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.32 |
| HSL | 18.91º | 0.91% | 0.35% | - |
| HSV(B) | 18.91º | 0.95% | 0.68% | - |
| XYZ | 18.89 | 12.13 | 1.58 | - |
| YUV | 87.86 | 82.94 | 188.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 60 | 8 | 0 | 0.65 | 0.95 | 0.32 | 18.91 | 0.91 | 0.35 |
| Hex | AD | 3C | 8 | 0 | 41 | 5F | 20 | 13 | 5B | 23 |
| Octal | 255 | 74 | 10 | 0 | 101 | 137 | 40 | 23 | 133 | 43 |
| Binary | 10101101 | 111100 | 1000 | 0 | 1000001 | 1011111 | 100000 | 10011 | 1011011 | 100011 |
Color Harmonies of #AD3C08
Complementary color
Monochromatic Colors of #AD3C08
Black with #AD3C08
Text Example
Text Example
White with #AD3C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3C08; }
p { color: rgb(173,60,8); }
H1.HeaderClassName
{
color: #AD3C08;
}
.AnyTagClassName
{
color: #AD3C08;
}
</style>
background-color css
<style>
a { background-color: #AD3C08; }
a { background-color: rgb(173,60,8); }
div.DivClassName
{
background-color: #AD3C08;
}
.BgClassName
{
background-color: #AD3C08;
}
</style>
border-color css
<style>
span { border-color: #AD3C08; }
span { border-color: rgb(173,60,8); }
td.TdClassName
{
border-color: #AD3C08;
}
.TagClassName
{
border-color: #AD3C08;
}
</style>