Shades of Rust #A63614
Tints of Rust #A63614
RGB
CMYK
RGB Variations
Color information
#A63614 (or 0xA63614) is known color: Rust. HEX triplet: A6, 36 and 14. RGB value is (166,54,20). Sum of RGB (Red+Green+Blue) = 166+54+20=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 20 (8.20% from 255 or 8.33% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A63614 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63614 is #59C9EB. Grayscale: #535353. Windows color (decimal): -5884396 or 1324710. OLE color: 1324710.
HSL color Cylindrical-coordinate representation of color #A63614: hue angle of 13.97º 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 #A63614 is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 54 | 20 | - |
| CMYK | 0 | 0.67 | 0.88 | 0.35 |
| HSL | 13.97º | 0.78% | 0.36% | - |
| HSV(B) | 13.97º | 0.88% | 0.65% | - |
| XYZ | 17.17 | 10.8 | 1.84 | - |
| YUV | 83.61 | 92.11 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 54 | 20 | 0 | 0.67 | 0.88 | 0.35 | 13.97 | 0.78 | 0.36 |
| Hex | A6 | 36 | 14 | 0 | 43 | 58 | 23 | E | 4E | 24 |
| Octal | 246 | 66 | 24 | 0 | 103 | 130 | 43 | 16 | 116 | 44 |
| Binary | 10100110 | 110110 | 10100 | 0 | 1000011 | 1011000 | 100011 | 1110 | 1001110 | 100100 |
Color Harmonies of #A63614
Complementary color
Monochromatic Colors of #A63614
Black with #A63614
Text Example
Text Example
White with #A63614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63614; }
p { color: rgb(166,54,20); }
H1.HeaderClassName
{
color: #A63614;
}
.AnyTagClassName
{
color: #A63614;
}
</style>
background-color css
<style>
a { background-color: #A63614; }
a { background-color: rgb(166,54,20); }
div.DivClassName
{
background-color: #A63614;
}
.BgClassName
{
background-color: #A63614;
}
</style>
border-color css
<style>
span { border-color: #A63614; }
span { border-color: rgb(166,54,20); }
td.TdClassName
{
border-color: #A63614;
}
.TagClassName
{
border-color: #A63614;
}
</style>