Shades of Rust #A63E0E
Tints of Rust #A63E0E
RGB
CMYK
RGB Variations
Color information
#A63E0E (or 0xA63E0E) is known color: Rust. HEX triplet: A6, 3E and 0E. RGB value is (166,62,14). Sum of RGB (Red+Green+Blue) = 166+62+14=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A63E0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63E0E is #59C1F1. Grayscale: #575757. Windows color (decimal): -5882354 or 933542. OLE color: 933542.
HSL color Cylindrical-coordinate representation of color #A63E0E: hue angle of 18.95º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A63E0E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 62 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.35 |
| HSL | 18.95º | 0.84% | 0.35% | - |
| HSV(B) | 18.95º | 0.92% | 0.65% | - |
| XYZ | 17.53 | 11.58 | 1.73 | - |
| YUV | 87.62 | 86.46 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 14 | 0 | 0.63 | 0.92 | 0.35 | 18.95 | 0.84 | 0.35 |
| Hex | A6 | 3E | E | 0 | 3F | 5C | 23 | 13 | 54 | 23 |
| Octal | 246 | 76 | 16 | 0 | 77 | 134 | 43 | 23 | 124 | 43 |
| Binary | 10100110 | 111110 | 1110 | 0 | 111111 | 1011100 | 100011 | 10011 | 1010100 | 100011 |
Color Harmonies of #A63E0E
Complementary color
Monochromatic Colors of #A63E0E
Black with #A63E0E
Text Example
Text Example
White with #A63E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63E0E; }
p { color: rgb(166,62,14); }
H1.HeaderClassName
{
color: #A63E0E;
}
.AnyTagClassName
{
color: #A63E0E;
}
</style>
background-color css
<style>
a { background-color: #A63E0E; }
a { background-color: rgb(166,62,14); }
div.DivClassName
{
background-color: #A63E0E;
}
.BgClassName
{
background-color: #A63E0E;
}
</style>
border-color css
<style>
span { border-color: #A63E0E; }
span { border-color: rgb(166,62,14); }
td.TdClassName
{
border-color: #A63E0E;
}
.TagClassName
{
border-color: #A63E0E;
}
</style>