Shades of Rust #AD360F
Tints of Rust #AD360F
RGB
CMYK
RGB Variations
Color information
#AD360F (or 0xAD360F) is known color: Rust. HEX triplet: AD, 36 and 0F. RGB value is (173,54,15). Sum of RGB (Red+Green+Blue) = 173+54+15=242 (32% of max value = 765). Red value is 173 (67.97% from 255 or 71.49% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 15 (6.25% from 255 or 6.20% from 242); Max value from RGB is 173 - color contains mainly: red. Hex color #AD360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD360F is #52C9F0. Grayscale: #555555. Windows color (decimal): -5425649 or 997037. OLE color: 997037.
HSL color Cylindrical-coordinate representation of color #AD360F: hue angle of 14.81º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD360F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 54 | 15 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.32 |
| HSL | 14.81º | 0.84% | 0.37% | - |
| HSV(B) | 14.81º | 0.91% | 0.68% | - |
| XYZ | 18.64 | 11.56 | 1.7 | - |
| YUV | 85.14 | 88.42 | 190.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 54 | 15 | 0 | 0.69 | 0.91 | 0.32 | 14.81 | 0.84 | 0.37 |
| Hex | AD | 36 | F | 0 | 45 | 5B | 20 | F | 54 | 25 |
| Octal | 255 | 66 | 17 | 0 | 105 | 133 | 40 | 17 | 124 | 45 |
| Binary | 10101101 | 110110 | 1111 | 0 | 1000101 | 1011011 | 100000 | 1111 | 1010100 | 100101 |
Color Harmonies of #AD360F
Complementary color
Monochromatic Colors of #AD360F
Black with #AD360F
Text Example
Text Example
White with #AD360F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD360F; }
p { color: rgb(173,54,15); }
H1.HeaderClassName
{
color: #AD360F;
}
.AnyTagClassName
{
color: #AD360F;
}
</style>
background-color css
<style>
a { background-color: #AD360F; }
a { background-color: rgb(173,54,15); }
div.DivClassName
{
background-color: #AD360F;
}
.BgClassName
{
background-color: #AD360F;
}
</style>
border-color css
<style>
span { border-color: #AD360F; }
span { border-color: rgb(173,54,15); }
td.TdClassName
{
border-color: #AD360F;
}
.TagClassName
{
border-color: #AD360F;
}
</style>