Shades of Rust #A63D16
Tints of Rust #A63D16
RGB
CMYK
RGB Variations
Color information
#A63D16 (or 0xA63D16) is known color: Rust. HEX triplet: A6, 3D and 16. RGB value is (166,61,22). Sum of RGB (Red+Green+Blue) = 166+61+22=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D16 is #59C2E9. Grayscale: #585858. Windows color (decimal): -5882602 or 1457574. OLE color: 1457574.
HSL color Cylindrical-coordinate representation of color #A63D16: hue angle of 16.25º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A63D16 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 22 | - |
| CMYK | 0 | 0.63 | 0.87 | 0.35 |
| HSL | 16.25º | 0.77% | 0.37% | - |
| HSV(B) | 16.25º | 0.87% | 0.65% | - |
| XYZ | 17.54 | 11.5 | 2.05 | - |
| YUV | 87.95 | 90.79 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 22 | 0 | 0.63 | 0.87 | 0.35 | 16.25 | 0.77 | 0.37 |
| Hex | A6 | 3D | 16 | 0 | 3F | 57 | 23 | 10 | 4D | 25 |
| Octal | 246 | 75 | 26 | 0 | 77 | 127 | 43 | 20 | 115 | 45 |
| Binary | 10100110 | 111101 | 10110 | 0 | 111111 | 1010111 | 100011 | 10000 | 1001101 | 100101 |
Color Harmonies of #A63D16
Complementary color
Monochromatic Colors of #A63D16
Black with #A63D16
Text Example
Text Example
White with #A63D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D16; }
p { color: rgb(166,61,22); }
H1.HeaderClassName
{
color: #A63D16;
}
.AnyTagClassName
{
color: #A63D16;
}
</style>
background-color css
<style>
a { background-color: #A63D16; }
a { background-color: rgb(166,61,22); }
div.DivClassName
{
background-color: #A63D16;
}
.BgClassName
{
background-color: #A63D16;
}
</style>
border-color css
<style>
span { border-color: #A63D16; }
span { border-color: rgb(166,61,22); }
td.TdClassName
{
border-color: #A63D16;
}
.TagClassName
{
border-color: #A63D16;
}
</style>