Shades of Rust #A63905
Tints of Rust #A63905
RGB
CMYK
RGB Variations
Color information
#A63905 (or 0xA63905) is known color: Rust. HEX triplet: A6, 39 and 05. RGB value is (166,57,5). Sum of RGB (Red+Green+Blue) = 166+57+5=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A63905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63905 is #59C6FA. Grayscale: #535353. Windows color (decimal): -5883643 or 342438. OLE color: 342438.
HSL color Cylindrical-coordinate representation of color #A63905: hue angle of 19.38º 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 #A63905 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.35 |
| HSL | 19.38º | 0.94% | 0.34% | - |
| HSV(B) | 19.38º | 0.97% | 0.65% | - |
| XYZ | 17.22 | 11.04 | 1.37 | - |
| YUV | 83.66 | 83.61 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 5 | 0 | 0.66 | 0.97 | 0.35 | 19.38 | 0.94 | 0.34 |
| Hex | A6 | 39 | 5 | 0 | 42 | 61 | 23 | 13 | 5E | 22 |
| Octal | 246 | 71 | 5 | 0 | 102 | 141 | 43 | 23 | 136 | 42 |
| Binary | 10100110 | 111001 | 101 | 0 | 1000010 | 1100001 | 100011 | 10011 | 1011110 | 100010 |
Color Harmonies of #A63905
Complementary color
Monochromatic Colors of #A63905
Black with #A63905
Text Example
Text Example
White with #A63905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63905; }
p { color: rgb(166,57,5); }
H1.HeaderClassName
{
color: #A63905;
}
.AnyTagClassName
{
color: #A63905;
}
</style>
background-color css
<style>
a { background-color: #A63905; }
a { background-color: rgb(166,57,5); }
div.DivClassName
{
background-color: #A63905;
}
.BgClassName
{
background-color: #A63905;
}
</style>
border-color css
<style>
span { border-color: #A63905; }
span { border-color: rgb(166,57,5); }
td.TdClassName
{
border-color: #A63905;
}
.TagClassName
{
border-color: #A63905;
}
</style>