Shades of Rust #AD3F1A
Tints of Rust #AD3F1A
RGB
CMYK
RGB Variations
Color information
#AD3F1A (or 0xAD3F1A) is known color: Rust. HEX triplet: AD, 3F and 1A. RGB value is (173,63,26). Sum of RGB (Red+Green+Blue) = 173+63+26=262 (34% of max value = 765). Red value is 173 (67.97% from 255 or 66.03% from 262); Green value is 63 (25% from 255 or 24.05% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3F1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD3F1A is #52C0E5. Grayscale: #5B5B5B. Windows color (decimal): -5423334 or 1720237. OLE color: 1720237.
HSL color Cylindrical-coordinate representation of color #AD3F1A: hue angle of 15.1º 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 #AD3F1A is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 173 | 63 | 26 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.32 |
| HSL | 15.1º | 0.74% | 0.39% | - |
| HSV(B) | 15.1º | 0.85% | 0.68% | - |
| XYZ | 19.2 | 12.51 | 2.38 | - |
| YUV | 91.67 | 90.94 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 63 | 26 | 0 | 0.64 | 0.85 | 0.32 | 15.1 | 0.74 | 0.39 |
| Hex | AD | 3F | 1A | 0 | 40 | 55 | 20 | F | 4A | 27 |
| Octal | 255 | 77 | 32 | 0 | 100 | 125 | 40 | 17 | 112 | 47 |
| Binary | 10101101 | 111111 | 11010 | 0 | 1000000 | 1010101 | 100000 | 1111 | 1001010 | 100111 |
Color Harmonies of #AD3F1A
Complementary color
Monochromatic Colors of #AD3F1A
Black with #AD3F1A
Text Example
Text Example
White with #AD3F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD3F1A; }
p { color: rgb(173,63,26); }
H1.HeaderClassName
{
color: #AD3F1A;
}
.AnyTagClassName
{
color: #AD3F1A;
}
</style>
background-color css
<style>
a { background-color: #AD3F1A; }
a { background-color: rgb(173,63,26); }
div.DivClassName
{
background-color: #AD3F1A;
}
.BgClassName
{
background-color: #AD3F1A;
}
</style>
border-color css
<style>
span { border-color: #AD3F1A; }
span { border-color: rgb(173,63,26); }
td.TdClassName
{
border-color: #AD3F1A;
}
.TagClassName
{
border-color: #AD3F1A;
}
</style>