Shades of Rust #A63C05
Tints of Rust #A63C05
RGB
CMYK
RGB Variations
Color information
#A63C05 (or 0xA63C05) is known color: Rust. HEX triplet: A6, 3C and 05. RGB value is (166,60,5). Sum of RGB (Red+Green+Blue) = 166+60+5=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 60 (23.83% from 255 or 25.97% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A63C05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63C05 is #59C3FA. Grayscale: #555555. Windows color (decimal): -5882875 or 343206. OLE color: 343206.
HSL color Cylindrical-coordinate representation of color #A63C05: hue angle of 20.5º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A63C05 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 60 | 5 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.35 |
| HSL | 20.5º | 0.94% | 0.34% | - |
| HSV(B) | 20.5º | 0.97% | 0.65% | - |
| XYZ | 17.37 | 11.35 | 1.42 | - |
| YUV | 85.42 | 82.62 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 5 | 0 | 0.64 | 0.97 | 0.35 | 20.5 | 0.94 | 0.34 |
| Hex | A6 | 3C | 5 | 0 | 40 | 61 | 23 | 14 | 5E | 22 |
| Octal | 246 | 74 | 5 | 0 | 100 | 141 | 43 | 24 | 136 | 42 |
| Binary | 10100110 | 111100 | 101 | 0 | 1000000 | 1100001 | 100011 | 10100 | 1011110 | 100010 |
Color Harmonies of #A63C05
Complementary color
Monochromatic Colors of #A63C05
Black with #A63C05
Text Example
Text Example
White with #A63C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63C05; }
p { color: rgb(166,60,5); }
H1.HeaderClassName
{
color: #A63C05;
}
.AnyTagClassName
{
color: #A63C05;
}
</style>
background-color css
<style>
a { background-color: #A63C05; }
a { background-color: rgb(166,60,5); }
div.DivClassName
{
background-color: #A63C05;
}
.BgClassName
{
background-color: #A63C05;
}
</style>
border-color css
<style>
span { border-color: #A63C05; }
span { border-color: rgb(166,60,5); }
td.TdClassName
{
border-color: #A63C05;
}
.TagClassName
{
border-color: #A63C05;
}
</style>