Shades of Rust #AD340B
Tints of Rust #AD340B
RGB
CMYK
RGB Variations
Color information
#AD340B (or 0xAD340B) is known color: Rust. HEX triplet: AD, 34 and 0B. RGB value is (173,52,11). Sum of RGB (Red+Green+Blue) = 173+52+11=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 11 (4.69% from 255 or 4.66% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD340B is #52CBF4. Grayscale: #535353. Windows color (decimal): -5426165 or 734381. OLE color: 734381.
HSL color Cylindrical-coordinate representation of color #AD340B: hue angle of 15.19º degrees, saturation: 0.88, 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 #AD340B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 11 | - |
| CMYK | 0 | 0.70 | 0.94 | 0.32 |
| HSL | 15.19º | 0.88% | 0.36% | - |
| HSV(B) | 15.19º | 0.94% | 0.68% | - |
| XYZ | 18.52 | 11.36 | 1.53 | - |
| YUV | 83.51 | 87.09 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 11 | 0 | 0.70 | 0.94 | 0.32 | 15.19 | 0.88 | 0.36 |
| Hex | AD | 34 | B | 0 | 46 | 5E | 20 | F | 58 | 24 |
| Octal | 255 | 64 | 13 | 0 | 106 | 136 | 40 | 17 | 130 | 44 |
| Binary | 10101101 | 110100 | 1011 | 0 | 1000110 | 1011110 | 100000 | 1111 | 1011000 | 100100 |
Color Harmonies of #AD340B
Complementary color
Monochromatic Colors of #AD340B
Black with #AD340B
Text Example
Text Example
White with #AD340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD340B; }
p { color: rgb(173,52,11); }
H1.HeaderClassName
{
color: #AD340B;
}
.AnyTagClassName
{
color: #AD340B;
}
</style>
background-color css
<style>
a { background-color: #AD340B; }
a { background-color: rgb(173,52,11); }
div.DivClassName
{
background-color: #AD340B;
}
.BgClassName
{
background-color: #AD340B;
}
</style>
border-color css
<style>
span { border-color: #AD340B; }
span { border-color: rgb(173,52,11); }
td.TdClassName
{
border-color: #AD340B;
}
.TagClassName
{
border-color: #AD340B;
}
</style>