Shades of Rust #A63D17
Tints of Rust #A63D17
RGB
CMYK
RGB Variations
Color information
#A63D17 (or 0xA63D17) is known color: Rust. HEX triplet: A6, 3D and 17. RGB value is (166,61,23). Sum of RGB (Red+Green+Blue) = 166+61+23=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 23 (9.38% from 255 or 9.2% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D17 is #59C2E8. Grayscale: #585858. Windows color (decimal): -5882601 or 1523110. OLE color: 1523110.
HSL color Cylindrical-coordinate representation of color #A63D17: hue angle of 15.94º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A63D17 is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 23 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.35 |
| HSL | 15.94º | 0.76% | 0.37% | - |
| HSV(B) | 15.94º | 0.86% | 0.65% | - |
| XYZ | 17.55 | 11.51 | 2.11 | - |
| YUV | 88.06 | 91.29 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 23 | 0 | 0.63 | 0.86 | 0.35 | 15.94 | 0.76 | 0.37 |
| Hex | A6 | 3D | 17 | 0 | 3F | 56 | 23 | 10 | 4C | 25 |
| Octal | 246 | 75 | 27 | 0 | 77 | 126 | 43 | 20 | 114 | 45 |
| Binary | 10100110 | 111101 | 10111 | 0 | 111111 | 1010110 | 100011 | 10000 | 1001100 | 100101 |
Color Harmonies of #A63D17
Complementary color
Monochromatic Colors of #A63D17
Black with #A63D17
Text Example
Text Example
White with #A63D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D17; }
p { color: rgb(166,61,23); }
H1.HeaderClassName
{
color: #A63D17;
}
.AnyTagClassName
{
color: #A63D17;
}
</style>
background-color css
<style>
a { background-color: #A63D17; }
a { background-color: rgb(166,61,23); }
div.DivClassName
{
background-color: #A63D17;
}
.BgClassName
{
background-color: #A63D17;
}
</style>
border-color css
<style>
span { border-color: #A63D17; }
span { border-color: rgb(166,61,23); }
td.TdClassName
{
border-color: #A63D17;
}
.TagClassName
{
border-color: #A63D17;
}
</style>