Shades of Rust #A63D0D
Tints of Rust #A63D0D
RGB
CMYK
RGB Variations
Color information
#A63D0D (or 0xA63D0D) is known color: Rust. HEX triplet: A6, 3D and 0D. RGB value is (166,61,13). Sum of RGB (Red+Green+Blue) = 166+61+13=240 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.17% from 240); Green value is 61 (24.22% from 255 or 25.42% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63D0D is #59C2F2. Grayscale: #575757. Windows color (decimal): -5882611 or 867750. OLE color: 867750.
HSL color Cylindrical-coordinate representation of color #A63D0D: hue angle of 18.82º degrees, saturation: 0.85, 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 #A63D0D is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 61 | 13 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.35 |
| HSL | 18.82º | 0.85% | 0.35% | - |
| HSV(B) | 18.82º | 0.92% | 0.65% | - |
| XYZ | 17.47 | 11.47 | 1.67 | - |
| YUV | 86.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 13 | 0 | 0.63 | 0.92 | 0.35 | 18.82 | 0.85 | 0.35 |
| Hex | A6 | 3D | D | 0 | 3F | 5C | 23 | 13 | 55 | 23 |
| Octal | 246 | 75 | 15 | 0 | 77 | 134 | 43 | 23 | 125 | 43 |
| Binary | 10100110 | 111101 | 1101 | 0 | 111111 | 1011100 | 100011 | 10011 | 1010101 | 100011 |
Color Harmonies of #A63D0D
Complementary color
Monochromatic Colors of #A63D0D
Black with #A63D0D
Text Example
Text Example
White with #A63D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63D0D; }
p { color: rgb(166,61,13); }
H1.HeaderClassName
{
color: #A63D0D;
}
.AnyTagClassName
{
color: #A63D0D;
}
</style>
background-color css
<style>
a { background-color: #A63D0D; }
a { background-color: rgb(166,61,13); }
div.DivClassName
{
background-color: #A63D0D;
}
.BgClassName
{
background-color: #A63D0D;
}
</style>
border-color css
<style>
span { border-color: #A63D0D; }
span { border-color: rgb(166,61,13); }
td.TdClassName
{
border-color: #A63D0D;
}
.TagClassName
{
border-color: #A63D0D;
}
</style>