Shades of Rust #A63005
Tints of Rust #A63005
RGB
CMYK
RGB Variations
Color information
#A63005 (or 0xA63005) is known color: Rust. HEX triplet: A6, 30 and 05. RGB value is (166,48,5). Sum of RGB (Red+Green+Blue) = 166+48+5=219 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.80% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 166 - color contains mainly: red. Hex color #A63005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63005 is #59CFFA. Grayscale: #4E4E4E. Windows color (decimal): -5885947 or 340134. OLE color: 340134.
HSL color Cylindrical-coordinate representation of color #A63005: hue angle of 16.02º 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 #A63005 is Cyan = 0, Magento = 0.71, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 5 | - |
| CMYK | 0 | 0.71 | 0.97 | 0.35 |
| HSL | 16.02º | 0.94% | 0.34% | - |
| HSV(B) | 16.02º | 0.97% | 0.65% | - |
| XYZ | 16.81 | 10.23 | 1.23 | - |
| YUV | 78.38 | 86.59 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 5 | 0 | 0.71 | 0.97 | 0.35 | 16.02 | 0.94 | 0.34 |
| Hex | A6 | 30 | 5 | 0 | 47 | 61 | 23 | 10 | 5E | 22 |
| Octal | 246 | 60 | 5 | 0 | 107 | 141 | 43 | 20 | 136 | 42 |
| Binary | 10100110 | 110000 | 101 | 0 | 1000111 | 1100001 | 100011 | 10000 | 1011110 | 100010 |
Color Harmonies of #A63005
Complementary color
Monochromatic Colors of #A63005
Black with #A63005
Text Example
Text Example
White with #A63005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63005; }
p { color: rgb(166,48,5); }
H1.HeaderClassName
{
color: #A63005;
}
.AnyTagClassName
{
color: #A63005;
}
</style>
background-color css
<style>
a { background-color: #A63005; }
a { background-color: rgb(166,48,5); }
div.DivClassName
{
background-color: #A63005;
}
.BgClassName
{
background-color: #A63005;
}
</style>
border-color css
<style>
span { border-color: #A63005; }
span { border-color: rgb(166,48,5); }
td.TdClassName
{
border-color: #A63005;
}
.TagClassName
{
border-color: #A63005;
}
</style>