Shades of Rust #A63010
Tints of Rust #A63010
RGB
CMYK
RGB Variations
Color information
#A63010 (or 0xA63010) is known color: Rust. HEX triplet: A6, 30 and 10. RGB value is (166,48,16). Sum of RGB (Red+Green+Blue) = 166+48+16=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A63010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63010 is #59CFEF. Grayscale: #4F4F4F. Windows color (decimal): -5885936 or 1061030. OLE color: 1061030.
HSL color Cylindrical-coordinate representation of color #A63010: hue angle of 12.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A63010 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 16 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.35 |
| HSL | 12.8º | 0.82% | 0.36% | - |
| HSV(B) | 12.8º | 0.9% | 0.65% | - |
| XYZ | 16.88 | 10.26 | 1.58 | - |
| YUV | 79.63 | 92.09 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 16 | 0 | 0.71 | 0.90 | 0.35 | 12.8 | 0.82 | 0.36 |
| Hex | A6 | 30 | 10 | 0 | 47 | 5A | 23 | D | 52 | 24 |
| Octal | 246 | 60 | 20 | 0 | 107 | 132 | 43 | 15 | 122 | 44 |
| Binary | 10100110 | 110000 | 10000 | 0 | 1000111 | 1011010 | 100011 | 1101 | 1010010 | 100100 |
Color Harmonies of #A63010
Complementary color
Monochromatic Colors of #A63010
Black with #A63010
Text Example
Text Example
White with #A63010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63010; }
p { color: rgb(166,48,16); }
H1.HeaderClassName
{
color: #A63010;
}
.AnyTagClassName
{
color: #A63010;
}
</style>
background-color css
<style>
a { background-color: #A63010; }
a { background-color: rgb(166,48,16); }
div.DivClassName
{
background-color: #A63010;
}
.BgClassName
{
background-color: #A63010;
}
</style>
border-color css
<style>
span { border-color: #A63010; }
span { border-color: rgb(166,48,16); }
td.TdClassName
{
border-color: #A63010;
}
.TagClassName
{
border-color: #A63010;
}
</style>