Shades of Rust #AD2B0E
Tints of Rust #AD2B0E
RGB
CMYK
RGB Variations
Color information
#AD2B0E (or 0xAD2B0E) is known color: Rust. HEX triplet: AD, 2B and 0E. RGB value is (173,43,14). Sum of RGB (Red+Green+Blue) = 173+43+14=230 (30% of max value = 765). Red value is 173 (67.97% from 255 or 75.22% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 14 (5.86% from 255 or 6.09% from 230); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2B0E is #52D4F1. Grayscale: #4E4E4E. Windows color (decimal): -5428466 or 928685. OLE color: 928685.
HSL color Cylindrical-coordinate representation of color #AD2B0E: hue angle of 10.94º 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 #AD2B0E is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 43 | 14 | - |
| CMYK | 0 | 0.75 | 0.92 | 0.32 |
| HSL | 10.94º | 0.85% | 0.37% | - |
| HSV(B) | 10.94º | 0.92% | 0.68% | - |
| XYZ | 18.18 | 10.64 | 1.51 | - |
| YUV | 78.56 | 91.57 | 195.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 43 | 14 | 0 | 0.75 | 0.92 | 0.32 | 10.94 | 0.85 | 0.37 |
| Hex | AD | 2B | E | 0 | 4B | 5C | 20 | B | 55 | 25 |
| Octal | 255 | 53 | 16 | 0 | 113 | 134 | 40 | 13 | 125 | 45 |
| Binary | 10101101 | 101011 | 1110 | 0 | 1001011 | 1011100 | 100000 | 1011 | 1010101 | 100101 |
Color Harmonies of #AD2B0E
Complementary color
Monochromatic Colors of #AD2B0E
Black with #AD2B0E
Text Example
Text Example
White with #AD2B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD2B0E; }
p { color: rgb(173,43,14); }
H1.HeaderClassName
{
color: #AD2B0E;
}
.AnyTagClassName
{
color: #AD2B0E;
}
</style>
background-color css
<style>
a { background-color: #AD2B0E; }
a { background-color: rgb(173,43,14); }
div.DivClassName
{
background-color: #AD2B0E;
}
.BgClassName
{
background-color: #AD2B0E;
}
</style>
border-color css
<style>
span { border-color: #AD2B0E; }
span { border-color: rgb(173,43,14); }
td.TdClassName
{
border-color: #AD2B0E;
}
.TagClassName
{
border-color: #AD2B0E;
}
</style>