Shades of Rust #AD360A
Tints of Rust #AD360A
RGB
CMYK
RGB Variations
Color information
#AD360A (or 0xAD360A) is known color: Rust. HEX triplet: AD, 36 and 0A. RGB value is (173,54,10). Sum of RGB (Red+Green+Blue) = 173+54+10=237 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.00% from 237); Green value is 54 (21.48% from 255 or 22.78% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 173 - color contains mainly: red. Hex color #AD360A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD360A is #52C9F5. Grayscale: #545454. Windows color (decimal): -5425654 or 669357. OLE color: 669357.
HSL color Cylindrical-coordinate representation of color #AD360A: hue angle of 16.2º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AD360A is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 10 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.32 |
| HSL | 16.2º | 0.89% | 0.36% | - |
| HSV(B) | 16.2º | 0.94% | 0.68% | - |
| XYZ | 18.61 | 11.54 | 1.53 | - |
| YUV | 84.57 | 85.92 | 191.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 10 | 0 | 0.69 | 0.94 | 0.32 | 16.2 | 0.89 | 0.36 |
| Hex | AD | 36 | A | 0 | 45 | 5E | 20 | 10 | 59 | 24 |
| Octal | 255 | 66 | 12 | 0 | 105 | 136 | 40 | 20 | 131 | 44 |
| Binary | 10101101 | 110110 | 1010 | 0 | 1000101 | 1011110 | 100000 | 10000 | 1011001 | 100100 |
Color Harmonies of #AD360A
Complementary color
Monochromatic Colors of #AD360A
Black with #AD360A
Text Example
Text Example
White with #AD360A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD360A; }
p { color: rgb(173,54,10); }
H1.HeaderClassName
{
color: #AD360A;
}
.AnyTagClassName
{
color: #AD360A;
}
</style>
background-color css
<style>
a { background-color: #AD360A; }
a { background-color: rgb(173,54,10); }
div.DivClassName
{
background-color: #AD360A;
}
.BgClassName
{
background-color: #AD360A;
}
</style>
border-color css
<style>
span { border-color: #AD360A; }
span { border-color: rgb(173,54,10); }
td.TdClassName
{
border-color: #AD360A;
}
.TagClassName
{
border-color: #AD360A;
}
</style>