Shades of Rust #AD3D01
Tints of Rust #AD3D01
RGB
CMYK
RGB Variations
Color information
#AD3D01 (or 0xAD3D01) is known color: Rust. HEX triplet: AD, 3D and 01. RGB value is (173,61,1). Sum of RGB (Red+Green+Blue) = 173+61+1=235 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.62% from 235); Green value is 61 (24.22% from 255 or 25.96% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3D01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3D01 is #52C2FE. Grayscale: #575757. Windows color (decimal): -5423871 or 81325. OLE color: 81325.
HSL color Cylindrical-coordinate representation of color #AD3D01: hue angle of 20.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AD3D01 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 61 | 1 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.32 |
| HSL | 20.93º | 0.99% | 0.34% | - |
| HSV(B) | 20.93º | 0.99% | 0.68% | - |
| XYZ | 18.91 | 12.22 | 1.39 | - |
| YUV | 87.65 | 79.11 | 188.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 61 | 1 | 0 | 0.65 | 0.99 | 0.32 | 20.93 | 0.99 | 0.34 |
| Hex | AD | 3D | 1 | 0 | 41 | 63 | 20 | 15 | 63 | 22 |
| Octal | 255 | 75 | 1 | 0 | 101 | 143 | 40 | 25 | 143 | 42 |
| Binary | 10101101 | 111101 | 1 | 0 | 1000001 | 1100011 | 100000 | 10101 | 1100011 | 100010 |
Color Harmonies of #AD3D01
Complementary color
Monochromatic Colors of #AD3D01
Black with #AD3D01
Text Example
Text Example
White with #AD3D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3D01; }
p { color: rgb(173,61,1); }
H1.HeaderClassName
{
color: #AD3D01;
}
.AnyTagClassName
{
color: #AD3D01;
}
</style>
background-color css
<style>
a { background-color: #AD3D01; }
a { background-color: rgb(173,61,1); }
div.DivClassName
{
background-color: #AD3D01;
}
.BgClassName
{
background-color: #AD3D01;
}
</style>
border-color css
<style>
span { border-color: #AD3D01; }
span { border-color: rgb(173,61,1); }
td.TdClassName
{
border-color: #AD3D01;
}
.TagClassName
{
border-color: #AD3D01;
}
</style>