Shades of Rust #A63915
Tints of Rust #A63915
RGB
CMYK
RGB Variations
Color information
#A63915 (or 0xA63915) is known color: Rust. HEX triplet: A6, 39 and 15. RGB value is (166,57,21). Sum of RGB (Red+Green+Blue) = 166+57+21=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 21 (8.59% from 255 or 8.61% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A63915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63915 is #59C6EA. Grayscale: #555555. Windows color (decimal): -5883627 or 1391014. OLE color: 1391014.
HSL color Cylindrical-coordinate representation of color #A63915: hue angle of 14.9º 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 #A63915 is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 21 | - |
| CMYK | 0 | 0.66 | 0.87 | 0.35 |
| HSL | 14.9º | 0.78% | 0.37% | - |
| HSV(B) | 14.9º | 0.87% | 0.65% | - |
| XYZ | 17.32 | 11.09 | 1.94 | - |
| YUV | 85.49 | 91.61 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 21 | 0 | 0.66 | 0.87 | 0.35 | 14.9 | 0.78 | 0.37 |
| Hex | A6 | 39 | 15 | 0 | 42 | 57 | 23 | F | 4E | 25 |
| Octal | 246 | 71 | 25 | 0 | 102 | 127 | 43 | 17 | 116 | 45 |
| Binary | 10100110 | 111001 | 10101 | 0 | 1000010 | 1010111 | 100011 | 1111 | 1001110 | 100101 |
Color Harmonies of #A63915
Complementary color
Monochromatic Colors of #A63915
Black with #A63915
Text Example
Text Example
White with #A63915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63915; }
p { color: rgb(166,57,21); }
H1.HeaderClassName
{
color: #A63915;
}
.AnyTagClassName
{
color: #A63915;
}
</style>
background-color css
<style>
a { background-color: #A63915; }
a { background-color: rgb(166,57,21); }
div.DivClassName
{
background-color: #A63915;
}
.BgClassName
{
background-color: #A63915;
}
</style>
border-color css
<style>
span { border-color: #A63915; }
span { border-color: rgb(166,57,21); }
td.TdClassName
{
border-color: #A63915;
}
.TagClassName
{
border-color: #A63915;
}
</style>