Shades of Rust #AD430E
Tints of Rust #AD430E
RGB
CMYK
RGB Variations
Color information
#AD430E (or 0xAD430E) is known color: Rust. HEX triplet: AD, 43 and 0E. RGB value is (173,67,14). Sum of RGB (Red+Green+Blue) = 173+67+14=254 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.11% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 173 - color contains mainly: red. Hex color #AD430E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD430E is #52BCF1. Grayscale: #5C5C5C. Windows color (decimal): -5422322 or 934829. OLE color: 934829.
HSL color Cylindrical-coordinate representation of color #AD430E: hue angle of 20º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AD430E is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 67 | 14 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.32 |
| HSL | 20º | 0.85% | 0.37% | - |
| HSV(B) | 20º | 0.92% | 0.68% | - |
| XYZ | 19.32 | 12.93 | 1.89 | - |
| YUV | 92.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 67 | 14 | 0 | 0.61 | 0.92 | 0.32 | 20 | 0.85 | 0.37 |
| Hex | AD | 43 | E | 0 | 3D | 5C | 20 | 14 | 55 | 25 |
| Octal | 255 | 103 | 16 | 0 | 75 | 134 | 40 | 24 | 125 | 45 |
| Binary | 10101101 | 1000011 | 1110 | 0 | 111101 | 1011100 | 100000 | 10100 | 1010101 | 100101 |
Color Harmonies of #AD430E
Complementary color
Monochromatic Colors of #AD430E
Black with #AD430E
Text Example
Text Example
White with #AD430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD430E; }
p { color: rgb(173,67,14); }
H1.HeaderClassName
{
color: #AD430E;
}
.AnyTagClassName
{
color: #AD430E;
}
</style>
background-color css
<style>
a { background-color: #AD430E; }
a { background-color: rgb(173,67,14); }
div.DivClassName
{
background-color: #AD430E;
}
.BgClassName
{
background-color: #AD430E;
}
</style>
border-color css
<style>
span { border-color: #AD430E; }
span { border-color: rgb(173,67,14); }
td.TdClassName
{
border-color: #AD430E;
}
.TagClassName
{
border-color: #AD430E;
}
</style>