Shades of Rust #AD3A1C
Tints of Rust #AD3A1C
RGB
CMYK
RGB Variations
Color information
#AD3A1C (or 0xAD3A1C) is known color: Rust. HEX triplet: AD, 3A and 1C. RGB value is (173,58,28). Sum of RGB (Red+Green+Blue) = 173+58+28=259 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.80% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 28 (11.33% from 255 or 10.81% from 259); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3A1C is #52C5E3. Grayscale: #595959. Windows color (decimal): -5424612 or 1850029. OLE color: 1850029.
HSL color Cylindrical-coordinate representation of color #AD3A1C: hue angle of 12.41º degrees, saturation: 0.72, 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 #AD3A1C is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 58 | 28 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.32 |
| HSL | 12.41º | 0.72% | 0.39% | - |
| HSV(B) | 12.41º | 0.84% | 0.68% | - |
| XYZ | 18.96 | 11.99 | 2.41 | - |
| YUV | 88.97 | 93.6 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 58 | 28 | 0 | 0.66 | 0.84 | 0.32 | 12.41 | 0.72 | 0.39 |
| Hex | AD | 3A | 1C | 0 | 42 | 54 | 20 | C | 48 | 27 |
| Octal | 255 | 72 | 34 | 0 | 102 | 124 | 40 | 14 | 110 | 47 |
| Binary | 10101101 | 111010 | 11100 | 0 | 1000010 | 1010100 | 100000 | 1100 | 1001000 | 100111 |
Color Harmonies of #AD3A1C
Complementary color
Monochromatic Colors of #AD3A1C
Black with #AD3A1C
Text Example
Text Example
White with #AD3A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3A1C; }
p { color: rgb(173,58,28); }
H1.HeaderClassName
{
color: #AD3A1C;
}
.AnyTagClassName
{
color: #AD3A1C;
}
</style>
background-color css
<style>
a { background-color: #AD3A1C; }
a { background-color: rgb(173,58,28); }
div.DivClassName
{
background-color: #AD3A1C;
}
.BgClassName
{
background-color: #AD3A1C;
}
</style>
border-color css
<style>
span { border-color: #AD3A1C; }
span { border-color: rgb(173,58,28); }
td.TdClassName
{
border-color: #AD3A1C;
}
.TagClassName
{
border-color: #AD3A1C;
}
</style>