Shades of Rust #AD3A0F
Tints of Rust #AD3A0F
RGB
CMYK
RGB Variations
Color information
#AD3A0F (or 0xAD3A0F) is known color: Rust. HEX triplet: AD, 3A and 0F. RGB value is (173,58,15). Sum of RGB (Red+Green+Blue) = 173+58+15=246 (32% of max value = 765). Red value is 173 (67.97% from 255 or 70.33% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3A0F is #52C5F0. Grayscale: #575757. Windows color (decimal): -5424625 or 998061. OLE color: 998061.
HSL color Cylindrical-coordinate representation of color #AD3A0F: hue angle of 16.33º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD3A0F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 15 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.32 |
| HSL | 16.33º | 0.84% | 0.37% | - |
| HSV(B) | 16.33º | 0.91% | 0.68% | - |
| XYZ | 18.83 | 11.94 | 1.76 | - |
| YUV | 87.48 | 87.1 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 15 | 0 | 0.66 | 0.91 | 0.32 | 16.33 | 0.84 | 0.37 |
| Hex | AD | 3A | F | 0 | 42 | 5B | 20 | 10 | 54 | 25 |
| Octal | 255 | 72 | 17 | 0 | 102 | 133 | 40 | 20 | 124 | 45 |
| Binary | 10101101 | 111010 | 1111 | 0 | 1000010 | 1011011 | 100000 | 10000 | 1010100 | 100101 |
Color Harmonies of #AD3A0F
Complementary color
Monochromatic Colors of #AD3A0F
Black with #AD3A0F
Text Example
Text Example
White with #AD3A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A0F; }
p { color: rgb(173,58,15); }
H1.HeaderClassName
{
color: #AD3A0F;
}
.AnyTagClassName
{
color: #AD3A0F;
}
</style>
background-color css
<style>
a { background-color: #AD3A0F; }
a { background-color: rgb(173,58,15); }
div.DivClassName
{
background-color: #AD3A0F;
}
.BgClassName
{
background-color: #AD3A0F;
}
</style>
border-color css
<style>
span { border-color: #AD3A0F; }
span { border-color: rgb(173,58,15); }
td.TdClassName
{
border-color: #AD3A0F;
}
.TagClassName
{
border-color: #AD3A0F;
}
</style>