Shades of Rust #AD3F01
Tints of Rust #AD3F01
RGB
CMYK
RGB Variations
Color information
#AD3F01 (or 0xAD3F01) is known color: Rust. HEX triplet: AD, 3F and 01. RGB value is (173,63,1). Sum of RGB (Red+Green+Blue) = 173+63+1=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD3F01 is #52C0FE. Grayscale: #595959. Windows color (decimal): -5423359 or 81837. OLE color: 81837.
HSL color Cylindrical-coordinate representation of color #AD3F01: hue angle of 21.63º 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 #AD3F01 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 1 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.32 |
| HSL | 21.63º | 0.99% | 0.34% | - |
| HSV(B) | 21.63º | 0.99% | 0.68% | - |
| XYZ | 19.02 | 12.44 | 1.43 | - |
| YUV | 88.82 | 78.44 | 188.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 1 | 0 | 0.64 | 0.99 | 0.32 | 21.63 | 0.99 | 0.34 |
| Hex | AD | 3F | 1 | 0 | 40 | 63 | 20 | 16 | 63 | 22 |
| Octal | 255 | 77 | 1 | 0 | 100 | 143 | 40 | 26 | 143 | 42 |
| Binary | 10101101 | 111111 | 1 | 0 | 1000000 | 1100011 | 100000 | 10110 | 1100011 | 100010 |
Color Harmonies of #AD3F01
Complementary color
Monochromatic Colors of #AD3F01
Black with #AD3F01
Text Example
Text Example
White with #AD3F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F01; }
p { color: rgb(173,63,1); }
H1.HeaderClassName
{
color: #AD3F01;
}
.AnyTagClassName
{
color: #AD3F01;
}
</style>
background-color css
<style>
a { background-color: #AD3F01; }
a { background-color: rgb(173,63,1); }
div.DivClassName
{
background-color: #AD3F01;
}
.BgClassName
{
background-color: #AD3F01;
}
</style>
border-color css
<style>
span { border-color: #AD3F01; }
span { border-color: rgb(173,63,1); }
td.TdClassName
{
border-color: #AD3F01;
}
.TagClassName
{
border-color: #AD3F01;
}
</style>