Shades of Rust #AD4300
Tints of Rust #AD4300
RGB
CMYK
RGB Variations
Color information
#AD4300 (or 0xAD4300) is known color: Rust. HEX triplet: AD, 43 and 00. RGB value is (173,67,0). Sum of RGB (Red+Green+Blue) = 173+67+0=240 (31% of max value = 765). Red value is 173 (67.97% from 255 or 72.08% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 0 (0.39% from 255 or 0% from 240); Max value from RGB is 173 - color contains mainly: red. Hex color #AD4300 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD4300 is #52BCFF. Grayscale: #5B5B5B. Windows color (decimal): -5422336 or 17325. OLE color: 17325.
HSL color Cylindrical-coordinate representation of color #AD4300: hue angle of 23.24º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AD4300 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.32 |
| HSL | 23.24º | 1% | 0.34% | - |
| HSV(B) | 23.24º | 1% | 0.68% | - |
| XYZ | 19.24 | 12.9 | 1.48 | - |
| YUV | 91.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 0 | 0 | 0.61 | 1 | 0.32 | 23.24 | 1 | 0.34 |
| Hex | AD | 43 | 0 | 0 | 3D | 64 | 20 | 17 | 64 | 22 |
| Octal | 255 | 103 | 0 | 0 | 75 | 144 | 40 | 27 | 144 | 42 |
| Binary | 10101101 | 1000011 | 0 | 0 | 111101 | 1100100 | 100000 | 10111 | 1100100 | 100010 |
Color Harmonies of #AD4300
Complementary color
Monochromatic Colors of #AD4300
Black with #AD4300
Text Example
Text Example
White with #AD4300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD4300; }
p { color: rgb(173,67,0); }
H1.HeaderClassName
{
color: #AD4300;
}
.AnyTagClassName
{
color: #AD4300;
}
</style>
background-color css
<style>
a { background-color: #AD4300; }
a { background-color: rgb(173,67,0); }
div.DivClassName
{
background-color: #AD4300;
}
.BgClassName
{
background-color: #AD4300;
}
</style>
border-color css
<style>
span { border-color: #AD4300; }
span { border-color: rgb(173,67,0); }
td.TdClassName
{
border-color: #AD4300;
}
.TagClassName
{
border-color: #AD4300;
}
</style>