Shades of Rust #A6350D
Tints of Rust #A6350D
RGB
CMYK
RGB Variations
Color information
#A6350D (or 0xA6350D) is known color: Rust. HEX triplet: A6, 35 and 0D. RGB value is (166,53,13). Sum of RGB (Red+Green+Blue) = 166+53+13=232 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.55% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 166 - color contains mainly: red. Hex color #A6350D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6350D is #59CAF2. Grayscale: #525252. Windows color (decimal): -5884659 or 865702. OLE color: 865702.
HSL color Cylindrical-coordinate representation of color #A6350D: hue angle of 15.69º 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 #A6350D is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 53 | 13 | - |
| CMYK | 0 | 0.68 | 0.92 | 0.35 |
| HSL | 15.69º | 0.85% | 0.35% | - |
| HSV(B) | 15.69º | 0.92% | 0.65% | - |
| XYZ | 17.07 | 10.68 | 1.54 | - |
| YUV | 82.23 | 88.94 | 187.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 53 | 13 | 0 | 0.68 | 0.92 | 0.35 | 15.69 | 0.85 | 0.35 |
| Hex | A6 | 35 | D | 0 | 44 | 5C | 23 | 10 | 55 | 23 |
| Octal | 246 | 65 | 15 | 0 | 104 | 134 | 43 | 20 | 125 | 43 |
| Binary | 10100110 | 110101 | 1101 | 0 | 1000100 | 1011100 | 100011 | 10000 | 1010101 | 100011 |
Color Harmonies of #A6350D
Complementary color
Monochromatic Colors of #A6350D
Black with #A6350D
Text Example
Text Example
White with #A6350D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6350D; }
p { color: rgb(166,53,13); }
H1.HeaderClassName
{
color: #A6350D;
}
.AnyTagClassName
{
color: #A6350D;
}
</style>
background-color css
<style>
a { background-color: #A6350D; }
a { background-color: rgb(166,53,13); }
div.DivClassName
{
background-color: #A6350D;
}
.BgClassName
{
background-color: #A6350D;
}
</style>
border-color css
<style>
span { border-color: #A6350D; }
span { border-color: rgb(166,53,13); }
td.TdClassName
{
border-color: #A6350D;
}
.TagClassName
{
border-color: #A6350D;
}
</style>