Shades of Rust #A63015
Tints of Rust #A63015
RGB
CMYK
RGB Variations
Color information
#A63015 (or 0xA63015) is known color: Rust. HEX triplet: A6, 30 and 15. RGB value is (166,48,21). Sum of RGB (Red+Green+Blue) = 166+48+21=235 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.64% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 21 (8.59% from 255 or 8.94% from 235); Max value from RGB is 166 - color contains mainly: red. Hex color #A63015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63015 is #59CFEA. Grayscale: #505050. Windows color (decimal): -5885931 or 1388710. OLE color: 1388710.
HSL color Cylindrical-coordinate representation of color #A63015: hue angle of 11.17º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A63015 is Cyan = 0, Magento = 0.71, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 48 | 21 | - |
| CMYK | 0 | 0.71 | 0.87 | 0.35 |
| HSL | 11.17º | 0.78% | 0.37% | - |
| HSV(B) | 11.17º | 0.87% | 0.65% | - |
| XYZ | 16.92 | 10.28 | 1.8 | - |
| YUV | 80.2 | 94.59 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 48 | 21 | 0 | 0.71 | 0.87 | 0.35 | 11.17 | 0.78 | 0.37 |
| Hex | A6 | 30 | 15 | 0 | 47 | 57 | 23 | B | 4E | 25 |
| Octal | 246 | 60 | 25 | 0 | 107 | 127 | 43 | 13 | 116 | 45 |
| Binary | 10100110 | 110000 | 10101 | 0 | 1000111 | 1010111 | 100011 | 1011 | 1001110 | 100101 |
Color Harmonies of #A63015
Complementary color
Monochromatic Colors of #A63015
Black with #A63015
Text Example
Text Example
White with #A63015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63015; }
p { color: rgb(166,48,21); }
H1.HeaderClassName
{
color: #A63015;
}
.AnyTagClassName
{
color: #A63015;
}
</style>
background-color css
<style>
a { background-color: #A63015; }
a { background-color: rgb(166,48,21); }
div.DivClassName
{
background-color: #A63015;
}
.BgClassName
{
background-color: #A63015;
}
</style>
border-color css
<style>
span { border-color: #A63015; }
span { border-color: rgb(166,48,21); }
td.TdClassName
{
border-color: #A63015;
}
.TagClassName
{
border-color: #A63015;
}
</style>