Shades of Rust #A63C0A
Tints of Rust #A63C0A
RGB
CMYK
RGB Variations
Color information
#A63C0A (or 0xA63C0A) is known color: Rust. HEX triplet: A6, 3C and 0A. RGB value is (166,60,10). Sum of RGB (Red+Green+Blue) = 166+60+10=236 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.34% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 10 (4.30% from 255 or 4.24% from 236); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C0A is #59C3F5. Grayscale: #565656. Windows color (decimal): -5882870 or 670886. OLE color: 670886.
HSL color Cylindrical-coordinate representation of color #A63C0A: hue angle of 19.23º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A63C0A is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 10 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.35 |
| HSL | 19.23º | 0.89% | 0.35% | - |
| HSV(B) | 19.23º | 0.94% | 0.65% | - |
| XYZ | 17.4 | 11.36 | 1.56 | - |
| YUV | 85.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 10 | 0 | 0.64 | 0.94 | 0.35 | 19.23 | 0.89 | 0.35 |
| Hex | A6 | 3C | A | 0 | 40 | 5E | 23 | 13 | 59 | 23 |
| Octal | 246 | 74 | 12 | 0 | 100 | 136 | 43 | 23 | 131 | 43 |
| Binary | 10100110 | 111100 | 1010 | 0 | 1000000 | 1011110 | 100011 | 10011 | 1011001 | 100011 |
Color Harmonies of #A63C0A
Complementary color
Monochromatic Colors of #A63C0A
Black with #A63C0A
Text Example
Text Example
White with #A63C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C0A; }
p { color: rgb(166,60,10); }
H1.HeaderClassName
{
color: #A63C0A;
}
.AnyTagClassName
{
color: #A63C0A;
}
</style>
background-color css
<style>
a { background-color: #A63C0A; }
a { background-color: rgb(166,60,10); }
div.DivClassName
{
background-color: #A63C0A;
}
.BgClassName
{
background-color: #A63C0A;
}
</style>
border-color css
<style>
span { border-color: #A63C0A; }
span { border-color: rgb(166,60,10); }
td.TdClassName
{
border-color: #A63C0A;
}
.TagClassName
{
border-color: #A63C0A;
}
</style>