Shades of Rust #AD3E1A
Tints of Rust #AD3E1A
RGB
CMYK
RGB Variations
Color information
#AD3E1A (or 0xAD3E1A) is known color: Rust. HEX triplet: AD, 3E and 1A. RGB value is (173,62,26). Sum of RGB (Red+Green+Blue) = 173+62+26=261 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.28% from 261); Green value is 62 (24.61% from 255 or 23.75% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3E1A is #52C1E5. Grayscale: #5B5B5B. Windows color (decimal): -5423590 or 1719981. OLE color: 1719981.
HSL color Cylindrical-coordinate representation of color #AD3E1A: hue angle of 14.69º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD3E1A is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 62 | 26 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.32 |
| HSL | 14.69º | 0.74% | 0.39% | - |
| HSV(B) | 14.69º | 0.85% | 0.68% | - |
| XYZ | 19.14 | 12.4 | 2.36 | - |
| YUV | 91.09 | 91.27 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 62 | 26 | 0 | 0.64 | 0.85 | 0.32 | 14.69 | 0.74 | 0.39 |
| Hex | AD | 3E | 1A | 0 | 40 | 55 | 20 | F | 4A | 27 |
| Octal | 255 | 76 | 32 | 0 | 100 | 125 | 40 | 17 | 112 | 47 |
| Binary | 10101101 | 111110 | 11010 | 0 | 1000000 | 1010101 | 100000 | 1111 | 1001010 | 100111 |
Color Harmonies of #AD3E1A
Complementary color
Monochromatic Colors of #AD3E1A
Black with #AD3E1A
Text Example
Text Example
White with #AD3E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3E1A; }
p { color: rgb(173,62,26); }
H1.HeaderClassName
{
color: #AD3E1A;
}
.AnyTagClassName
{
color: #AD3E1A;
}
</style>
background-color css
<style>
a { background-color: #AD3E1A; }
a { background-color: rgb(173,62,26); }
div.DivClassName
{
background-color: #AD3E1A;
}
.BgClassName
{
background-color: #AD3E1A;
}
</style>
border-color css
<style>
span { border-color: #AD3E1A; }
span { border-color: rgb(173,62,26); }
td.TdClassName
{
border-color: #AD3E1A;
}
.TagClassName
{
border-color: #AD3E1A;
}
</style>