Shades of Rust #AD350F
Tints of Rust #AD350F
RGB
CMYK
RGB Variations
Color information
#AD350F (or 0xAD350F) is known color: Rust. HEX triplet: AD, 35 and 0F. RGB value is (173,53,15). Sum of RGB (Red+Green+Blue) = 173+53+15=241 (31% of max value = 765). Red value is 173 (67.97% from 255 or 71.78% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 173 - color contains mainly: red. Hex color #AD350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD350F is #52CAF0. Grayscale: #545454. Windows color (decimal): -5425905 or 996781. OLE color: 996781.
HSL color Cylindrical-coordinate representation of color #AD350F: hue angle of 14.43º 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 #AD350F is Cyan = 0, Magento = 0.69, Yellow = 0.91 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 15 | - |
| CMYK | 0 | 0.69 | 0.91 | 0.32 |
| HSL | 14.43º | 0.84% | 0.37% | - |
| HSV(B) | 14.43º | 0.91% | 0.68% | - |
| XYZ | 18.59 | 11.46 | 1.68 | - |
| YUV | 84.55 | 88.76 | 191.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 15 | 0 | 0.69 | 0.91 | 0.32 | 14.43 | 0.84 | 0.37 |
| Hex | AD | 35 | F | 0 | 45 | 5B | 20 | E | 54 | 25 |
| Octal | 255 | 65 | 17 | 0 | 105 | 133 | 40 | 16 | 124 | 45 |
| Binary | 10101101 | 110101 | 1111 | 0 | 1000101 | 1011011 | 100000 | 1110 | 1010100 | 100101 |
Color Harmonies of #AD350F
Complementary color
Monochromatic Colors of #AD350F
Black with #AD350F
Text Example
Text Example
White with #AD350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD350F; }
p { color: rgb(173,53,15); }
H1.HeaderClassName
{
color: #AD350F;
}
.AnyTagClassName
{
color: #AD350F;
}
</style>
background-color css
<style>
a { background-color: #AD350F; }
a { background-color: rgb(173,53,15); }
div.DivClassName
{
background-color: #AD350F;
}
.BgClassName
{
background-color: #AD350F;
}
</style>
border-color css
<style>
span { border-color: #AD350F; }
span { border-color: rgb(173,53,15); }
td.TdClassName
{
border-color: #AD350F;
}
.TagClassName
{
border-color: #AD350F;
}
</style>