Shades of Rust #A63E14
Tints of Rust #A63E14
RGB
CMYK
RGB Variations
Color information
#A63E14 (or 0xA63E14) is known color: Rust. HEX triplet: A6, 3E and 14. RGB value is (166,62,20). Sum of RGB (Red+Green+Blue) = 166+62+20=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63E14 is #59C1EB. Grayscale: #585858. Windows color (decimal): -5882348 or 1326758. OLE color: 1326758.
HSL color Cylindrical-coordinate representation of color #A63E14: hue angle of 17.26º 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 #A63E14 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 20 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.35 |
| HSL | 17.26º | 0.78% | 0.36% | - |
| HSV(B) | 17.26º | 0.88% | 0.65% | - |
| XYZ | 17.57 | 11.6 | 1.98 | - |
| YUV | 88.31 | 89.46 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 20 | 0 | 0.63 | 0.88 | 0.35 | 17.26 | 0.78 | 0.36 |
| Hex | A6 | 3E | 14 | 0 | 3F | 58 | 23 | 11 | 4E | 24 |
| Octal | 246 | 76 | 24 | 0 | 77 | 130 | 43 | 21 | 116 | 44 |
| Binary | 10100110 | 111110 | 10100 | 0 | 111111 | 1011000 | 100011 | 10001 | 1001110 | 100100 |
Color Harmonies of #A63E14
Complementary color
Monochromatic Colors of #A63E14
Black with #A63E14
Text Example
Text Example
White with #A63E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E14; }
p { color: rgb(166,62,20); }
H1.HeaderClassName
{
color: #A63E14;
}
.AnyTagClassName
{
color: #A63E14;
}
</style>
background-color css
<style>
a { background-color: #A63E14; }
a { background-color: rgb(166,62,20); }
div.DivClassName
{
background-color: #A63E14;
}
.BgClassName
{
background-color: #A63E14;
}
</style>
border-color css
<style>
span { border-color: #A63E14; }
span { border-color: rgb(166,62,20); }
td.TdClassName
{
border-color: #A63E14;
}
.TagClassName
{
border-color: #A63E14;
}
</style>