Shades of Rust #A63D0A
Tints of Rust #A63D0A
RGB
CMYK
RGB Variations
Color information
#A63D0A (or 0xA63D0A) is known color: Rust. HEX triplet: A6, 3D and 0A. RGB value is (166,61,10). Sum of RGB (Red+Green+Blue) = 166+61+10=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 61 (24.22% from 255 or 25.74% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D0A is #59C2F5. Grayscale: #565656. Windows color (decimal): -5882614 or 671142. OLE color: 671142.
HSL color Cylindrical-coordinate representation of color #A63D0A: hue angle of 19.62º 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 #A63D0A is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 10 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.35 |
| HSL | 19.62º | 0.89% | 0.35% | - |
| HSV(B) | 19.62º | 0.94% | 0.65% | - |
| XYZ | 17.45 | 11.47 | 1.58 | - |
| YUV | 86.58 | 84.79 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 10 | 0 | 0.63 | 0.94 | 0.35 | 19.62 | 0.89 | 0.35 |
| Hex | A6 | 3D | A | 0 | 3F | 5E | 23 | 14 | 59 | 23 |
| Octal | 246 | 75 | 12 | 0 | 77 | 136 | 43 | 24 | 131 | 43 |
| Binary | 10100110 | 111101 | 1010 | 0 | 111111 | 1011110 | 100011 | 10100 | 1011001 | 100011 |
Color Harmonies of #A63D0A
Complementary color
Monochromatic Colors of #A63D0A
Black with #A63D0A
Text Example
Text Example
White with #A63D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D0A; }
p { color: rgb(166,61,10); }
H1.HeaderClassName
{
color: #A63D0A;
}
.AnyTagClassName
{
color: #A63D0A;
}
</style>
background-color css
<style>
a { background-color: #A63D0A; }
a { background-color: rgb(166,61,10); }
div.DivClassName
{
background-color: #A63D0A;
}
.BgClassName
{
background-color: #A63D0A;
}
</style>
border-color css
<style>
span { border-color: #A63D0A; }
span { border-color: rgb(166,61,10); }
td.TdClassName
{
border-color: #A63D0A;
}
.TagClassName
{
border-color: #A63D0A;
}
</style>