Shades of Rust #AD3005
Tints of Rust #AD3005
RGB
CMYK
RGB Variations
Color information
#AD3005 (or 0xAD3005) is known color: Rust. HEX triplet: AD, 30 and 05. RGB value is (173,48,5). Sum of RGB (Red+Green+Blue) = 173+48+5=226 (29% of max value = 765). Red value is 173 (67.97% from 255 or 76.55% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3005 is #52CFFA. Grayscale: #505050. Windows color (decimal): -5427195 or 340141. OLE color: 340141.
HSL color Cylindrical-coordinate representation of color #AD3005: hue angle of 15.36º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD3005 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 48 | 5 | - |
| CMYK | 0 | 0.72 | 0.97 | 0.32 |
| HSL | 15.36º | 0.94% | 0.35% | - |
| HSV(B) | 15.36º | 0.97% | 0.68% | - |
| XYZ | 18.32 | 11.01 | 1.3 | - |
| YUV | 80.47 | 85.41 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 48 | 5 | 0 | 0.72 | 0.97 | 0.32 | 15.36 | 0.94 | 0.35 |
| Hex | AD | 30 | 5 | 0 | 48 | 61 | 20 | F | 5E | 23 |
| Octal | 255 | 60 | 5 | 0 | 110 | 141 | 40 | 17 | 136 | 43 |
| Binary | 10101101 | 110000 | 101 | 0 | 1001000 | 1100001 | 100000 | 1111 | 1011110 | 100011 |
Color Harmonies of #AD3005
Complementary color
Monochromatic Colors of #AD3005
Black with #AD3005
Text Example
Text Example
White with #AD3005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3005; }
p { color: rgb(173,48,5); }
H1.HeaderClassName
{
color: #AD3005;
}
.AnyTagClassName
{
color: #AD3005;
}
</style>
background-color css
<style>
a { background-color: #AD3005; }
a { background-color: rgb(173,48,5); }
div.DivClassName
{
background-color: #AD3005;
}
.BgClassName
{
background-color: #AD3005;
}
</style>
border-color css
<style>
span { border-color: #AD3005; }
span { border-color: rgb(173,48,5); }
td.TdClassName
{
border-color: #AD3005;
}
.TagClassName
{
border-color: #AD3005;
}
</style>