Shades of Rust #A63D0E
Tints of Rust #A63D0E
RGB
CMYK
RGB Variations
Color information
#A63D0E (or 0xA63D0E) is known color: Rust. HEX triplet: A6, 3D and 0E. RGB value is (166,61,14). Sum of RGB (Red+Green+Blue) = 166+61+14=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D0E is #59C2F1. Grayscale: #575757. Windows color (decimal): -5882610 or 933286. OLE color: 933286.
HSL color Cylindrical-coordinate representation of color #A63D0E: hue angle of 18.55º 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 #A63D0E is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 14 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.35 |
| HSL | 18.55º | 0.84% | 0.35% | - |
| HSV(B) | 18.55º | 0.92% | 0.65% | - |
| XYZ | 17.47 | 11.48 | 1.71 | - |
| YUV | 87.04 | 86.79 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 14 | 0 | 0.63 | 0.92 | 0.35 | 18.55 | 0.84 | 0.35 |
| Hex | A6 | 3D | E | 0 | 3F | 5C | 23 | 13 | 54 | 23 |
| Octal | 246 | 75 | 16 | 0 | 77 | 134 | 43 | 23 | 124 | 43 |
| Binary | 10100110 | 111101 | 1110 | 0 | 111111 | 1011100 | 100011 | 10011 | 1010100 | 100011 |
Color Harmonies of #A63D0E
Complementary color
Monochromatic Colors of #A63D0E
Black with #A63D0E
Text Example
Text Example
White with #A63D0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D0E; }
p { color: rgb(166,61,14); }
H1.HeaderClassName
{
color: #A63D0E;
}
.AnyTagClassName
{
color: #A63D0E;
}
</style>
background-color css
<style>
a { background-color: #A63D0E; }
a { background-color: rgb(166,61,14); }
div.DivClassName
{
background-color: #A63D0E;
}
.BgClassName
{
background-color: #A63D0E;
}
</style>
border-color css
<style>
span { border-color: #A63D0E; }
span { border-color: rgb(166,61,14); }
td.TdClassName
{
border-color: #A63D0E;
}
.TagClassName
{
border-color: #A63D0E;
}
</style>