Shades of Rust #AD351B
Tints of Rust #AD351B
RGB
CMYK
RGB Variations
Color information
#AD351B (or 0xAD351B) is known color: Rust. HEX triplet: AD, 35 and 1B. RGB value is (173,53,27). Sum of RGB (Red+Green+Blue) = 173+53+27=253 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.38% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 27 (10.94% from 255 or 10.67% from 253); Max value from RGB is 173 - color contains mainly: red. Hex color #AD351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD351B is #52CAE4. Grayscale: #565656. Windows color (decimal): -5425893 or 1783213. OLE color: 1783213.
HSL color Cylindrical-coordinate representation of color #AD351B: hue angle of 10.68º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AD351B is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 53 | 27 | - |
| CMYK | 0 | 0.69 | 0.84 | 0.32 |
| HSL | 10.68º | 0.73% | 0.39% | - |
| HSV(B) | 10.68º | 0.84% | 0.68% | - |
| XYZ | 18.7 | 11.51 | 2.27 | - |
| YUV | 85.92 | 94.76 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 53 | 27 | 0 | 0.69 | 0.84 | 0.32 | 10.68 | 0.73 | 0.39 |
| Hex | AD | 35 | 1B | 0 | 45 | 54 | 20 | B | 49 | 27 |
| Octal | 255 | 65 | 33 | 0 | 105 | 124 | 40 | 13 | 111 | 47 |
| Binary | 10101101 | 110101 | 11011 | 0 | 1000101 | 1010100 | 100000 | 1011 | 1001001 | 100111 |
Color Harmonies of #AD351B
Complementary color
Monochromatic Colors of #AD351B
Black with #AD351B
Text Example
Text Example
White with #AD351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD351B; }
p { color: rgb(173,53,27); }
H1.HeaderClassName
{
color: #AD351B;
}
.AnyTagClassName
{
color: #AD351B;
}
</style>
background-color css
<style>
a { background-color: #AD351B; }
a { background-color: rgb(173,53,27); }
div.DivClassName
{
background-color: #AD351B;
}
.BgClassName
{
background-color: #AD351B;
}
</style>
border-color css
<style>
span { border-color: #AD351B; }
span { border-color: rgb(173,53,27); }
td.TdClassName
{
border-color: #AD351B;
}
.TagClassName
{
border-color: #AD351B;
}
</style>