Shades of Rust #A63A10
Tints of Rust #A63A10
RGB
CMYK
RGB Variations
Color information
#A63A10 (or 0xA63A10) is known color: Rust. HEX triplet: A6, 3A and 10. RGB value is (166,58,16). Sum of RGB (Red+Green+Blue) = 166+58+16=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63A10 is #59C5EF. Grayscale: #555555. Windows color (decimal): -5883376 or 1063590. OLE color: 1063590.
HSL color Cylindrical-coordinate representation of color #A63A10: hue angle of 16.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 #A63A10 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 58 | 16 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.35 |
| HSL | 16.8º | 0.82% | 0.36% | - |
| HSV(B) | 16.8º | 0.9% | 0.65% | - |
| XYZ | 17.33 | 11.17 | 1.73 | - |
| YUV | 85.5 | 88.78 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 16 | 0 | 0.65 | 0.90 | 0.35 | 16.8 | 0.82 | 0.36 |
| Hex | A6 | 3A | 10 | 0 | 41 | 5A | 23 | 11 | 52 | 24 |
| Octal | 246 | 72 | 20 | 0 | 101 | 132 | 43 | 21 | 122 | 44 |
| Binary | 10100110 | 111010 | 10000 | 0 | 1000001 | 1011010 | 100011 | 10001 | 1010010 | 100100 |
Color Harmonies of #A63A10
Complementary color
Monochromatic Colors of #A63A10
Black with #A63A10
Text Example
Text Example
White with #A63A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63A10; }
p { color: rgb(166,58,16); }
H1.HeaderClassName
{
color: #A63A10;
}
.AnyTagClassName
{
color: #A63A10;
}
</style>
background-color css
<style>
a { background-color: #A63A10; }
a { background-color: rgb(166,58,16); }
div.DivClassName
{
background-color: #A63A10;
}
.BgClassName
{
background-color: #A63A10;
}
</style>
border-color css
<style>
span { border-color: #A63A10; }
span { border-color: rgb(166,58,16); }
td.TdClassName
{
border-color: #A63A10;
}
.TagClassName
{
border-color: #A63A10;
}
</style>