Shades of Rust #A63514
Tints of Rust #A63514
RGB
CMYK
RGB Variations
Color information
#A63514 (or 0xA63514) is known color: Rust. HEX triplet: A6, 35 and 14. RGB value is (166,53,20). Sum of RGB (Red+Green+Blue) = 166+53+20=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A63514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63514 is #59CAEB. Grayscale: #535353. Windows color (decimal): -5884652 or 1324454. OLE color: 1324454.
HSL color Cylindrical-coordinate representation of color #A63514: hue angle of 13.56º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A63514 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 20 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.35 |
| HSL | 13.56º | 0.78% | 0.36% | - |
| HSV(B) | 13.56º | 0.88% | 0.65% | - |
| XYZ | 17.13 | 10.7 | 1.83 | - |
| YUV | 83.03 | 92.44 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 20 | 0 | 0.68 | 0.88 | 0.35 | 13.56 | 0.78 | 0.36 |
| Hex | A6 | 35 | 14 | 0 | 44 | 58 | 23 | E | 4E | 24 |
| Octal | 246 | 65 | 24 | 0 | 104 | 130 | 43 | 16 | 116 | 44 |
| Binary | 10100110 | 110101 | 10100 | 0 | 1000100 | 1011000 | 100011 | 1110 | 1001110 | 100100 |
Color Harmonies of #A63514
Complementary color
Monochromatic Colors of #A63514
Black with #A63514
Text Example
Text Example
White with #A63514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63514; }
p { color: rgb(166,53,20); }
H1.HeaderClassName
{
color: #A63514;
}
.AnyTagClassName
{
color: #A63514;
}
</style>
background-color css
<style>
a { background-color: #A63514; }
a { background-color: rgb(166,53,20); }
div.DivClassName
{
background-color: #A63514;
}
.BgClassName
{
background-color: #A63514;
}
</style>
border-color css
<style>
span { border-color: #A63514; }
span { border-color: rgb(166,53,20); }
td.TdClassName
{
border-color: #A63514;
}
.TagClassName
{
border-color: #A63514;
}
</style>