Shades of Rust #AD341B
Tints of Rust #AD341B
RGB
CMYK
RGB Variations
Color information
#AD341B (or 0xAD341B) is known color: Rust. HEX triplet: AD, 34 and 1B. RGB value is (173,52,27). Sum of RGB (Red+Green+Blue) = 173+52+27=252 (33% of max value = 765). Red value is 173 (67.97% from 255 or 68.65% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 27 (10.94% from 255 or 10.71% from 252); Max value from RGB is 173 - color contains mainly: red. Hex color #AD341B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD341B is #52CBE4. Grayscale: #555555. Windows color (decimal): -5426149 or 1782957. OLE color: 1782957.
HSL color Cylindrical-coordinate representation of color #AD341B: hue angle of 10.27º 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 #AD341B is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 52 | 27 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.32 |
| HSL | 10.27º | 0.73% | 0.39% | - |
| HSV(B) | 10.27º | 0.84% | 0.68% | - |
| XYZ | 18.66 | 11.42 | 2.26 | - |
| YUV | 85.33 | 95.09 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 52 | 27 | 0 | 0.70 | 0.84 | 0.32 | 10.27 | 0.73 | 0.39 |
| Hex | AD | 34 | 1B | 0 | 46 | 54 | 20 | A | 49 | 27 |
| Octal | 255 | 64 | 33 | 0 | 106 | 124 | 40 | 12 | 111 | 47 |
| Binary | 10101101 | 110100 | 11011 | 0 | 1000110 | 1010100 | 100000 | 1010 | 1001001 | 100111 |
Color Harmonies of #AD341B
Complementary color
Monochromatic Colors of #AD341B
Black with #AD341B
Text Example
Text Example
White with #AD341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD341B; }
p { color: rgb(173,52,27); }
H1.HeaderClassName
{
color: #AD341B;
}
.AnyTagClassName
{
color: #AD341B;
}
</style>
background-color css
<style>
a { background-color: #AD341B; }
a { background-color: rgb(173,52,27); }
div.DivClassName
{
background-color: #AD341B;
}
.BgClassName
{
background-color: #AD341B;
}
</style>
border-color css
<style>
span { border-color: #AD341B; }
span { border-color: rgb(173,52,27); }
td.TdClassName
{
border-color: #AD341B;
}
.TagClassName
{
border-color: #AD341B;
}
</style>