Shades of Rust #A6430D
Tints of Rust #A6430D
RGB
CMYK
RGB Variations
Color information
#A6430D (or 0xA6430D) is known color: Rust. HEX triplet: A6, 43 and 0D. RGB value is (166,67,13). Sum of RGB (Red+Green+Blue) = 166+67+13=246 (32% of max value = 765). Red value is 166 (65.23% from 255 or 67.48% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 166 - color contains mainly: red. Hex color #A6430D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6430D is #59BCF2. Grayscale: #5A5A5A. Windows color (decimal): -5881075 or 869286. OLE color: 869286.
HSL color Cylindrical-coordinate representation of color #A6430D: hue angle of 21.18º 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 #A6430D is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 67 | 13 | - |
| CMYK | 0 | 0.60 | 0.92 | 0.35 |
| HSL | 21.18º | 0.85% | 0.35% | - |
| HSV(B) | 21.18º | 0.92% | 0.65% | - |
| XYZ | 17.81 | 12.15 | 1.79 | - |
| YUV | 90.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 67 | 13 | 0 | 0.60 | 0.92 | 0.35 | 21.18 | 0.85 | 0.35 |
| Hex | A6 | 43 | D | 0 | 3C | 5C | 23 | 15 | 55 | 23 |
| Octal | 246 | 103 | 15 | 0 | 74 | 134 | 43 | 25 | 125 | 43 |
| Binary | 10100110 | 1000011 | 1101 | 0 | 111100 | 1011100 | 100011 | 10101 | 1010101 | 100011 |
Color Harmonies of #A6430D
Complementary color
Monochromatic Colors of #A6430D
Black with #A6430D
Text Example
Text Example
White with #A6430D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6430D; }
p { color: rgb(166,67,13); }
H1.HeaderClassName
{
color: #A6430D;
}
.AnyTagClassName
{
color: #A6430D;
}
</style>
background-color css
<style>
a { background-color: #A6430D; }
a { background-color: rgb(166,67,13); }
div.DivClassName
{
background-color: #A6430D;
}
.BgClassName
{
background-color: #A6430D;
}
</style>
border-color css
<style>
span { border-color: #A6430D; }
span { border-color: rgb(166,67,13); }
td.TdClassName
{
border-color: #A6430D;
}
.TagClassName
{
border-color: #A6430D;
}
</style>