Shades of Rust #A63917
Tints of Rust #A63917
RGB
CMYK
RGB Variations
Color information
#A63917 (or 0xA63917) is known color: Rust. HEX triplet: A6, 39 and 17. RGB value is (166,57,23). Sum of RGB (Red+Green+Blue) = 166+57+23=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 23 (9.38% from 255 or 9.35% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A63917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63917 is #59C6E8. Grayscale: #555555. Windows color (decimal): -5883625 or 1522086. OLE color: 1522086.
HSL color Cylindrical-coordinate representation of color #A63917: hue angle of 14.27º 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 #A63917 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 23 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.35 |
| HSL | 14.27º | 0.76% | 0.37% | - |
| HSV(B) | 14.27º | 0.86% | 0.65% | - |
| XYZ | 17.34 | 11.1 | 2.04 | - |
| YUV | 85.72 | 92.61 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 23 | 0 | 0.66 | 0.86 | 0.35 | 14.27 | 0.76 | 0.37 |
| Hex | A6 | 39 | 17 | 0 | 42 | 56 | 23 | E | 4C | 25 |
| Octal | 246 | 71 | 27 | 0 | 102 | 126 | 43 | 16 | 114 | 45 |
| Binary | 10100110 | 111001 | 10111 | 0 | 1000010 | 1010110 | 100011 | 1110 | 1001100 | 100101 |
Color Harmonies of #A63917
Complementary color
Monochromatic Colors of #A63917
Black with #A63917
Text Example
Text Example
White with #A63917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63917; }
p { color: rgb(166,57,23); }
H1.HeaderClassName
{
color: #A63917;
}
.AnyTagClassName
{
color: #A63917;
}
</style>
background-color css
<style>
a { background-color: #A63917; }
a { background-color: rgb(166,57,23); }
div.DivClassName
{
background-color: #A63917;
}
.BgClassName
{
background-color: #A63917;
}
</style>
border-color css
<style>
span { border-color: #A63917; }
span { border-color: rgb(166,57,23); }
td.TdClassName
{
border-color: #A63917;
}
.TagClassName
{
border-color: #A63917;
}
</style>