Shades of Rust #A6410B
Tints of Rust #A6410B
RGB
CMYK
RGB Variations
Color information
#A6410B (or 0xA6410B) is known color: Rust. HEX triplet: A6, 41 and 0B. RGB value is (166,65,11). Sum of RGB (Red+Green+Blue) = 166+65+11=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A6410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6410B is #59BEF4. Grayscale: #595959. Windows color (decimal): -5881589 or 737702. OLE color: 737702.
HSL color Cylindrical-coordinate representation of color #A6410B: hue angle of 20.9º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A6410B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 65 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.35 |
| HSL | 20.9º | 0.88% | 0.35% | - |
| HSV(B) | 20.9º | 0.93% | 0.65% | - |
| XYZ | 17.68 | 11.91 | 1.68 | - |
| YUV | 89.04 | 83.96 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 65 | 11 | 0 | 0.61 | 0.93 | 0.35 | 20.9 | 0.88 | 0.35 |
| Hex | A6 | 41 | B | 0 | 3D | 5D | 23 | 15 | 58 | 23 |
| Octal | 246 | 101 | 13 | 0 | 75 | 135 | 43 | 25 | 130 | 43 |
| Binary | 10100110 | 1000001 | 1011 | 0 | 111101 | 1011101 | 100011 | 10101 | 1011000 | 100011 |
Color Harmonies of #A6410B
Complementary color
Monochromatic Colors of #A6410B
Black with #A6410B
Text Example
Text Example
White with #A6410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6410B; }
p { color: rgb(166,65,11); }
H1.HeaderClassName
{
color: #A6410B;
}
.AnyTagClassName
{
color: #A6410B;
}
</style>
background-color css
<style>
a { background-color: #A6410B; }
a { background-color: rgb(166,65,11); }
div.DivClassName
{
background-color: #A6410B;
}
.BgClassName
{
background-color: #A6410B;
}
</style>
border-color css
<style>
span { border-color: #A6410B; }
span { border-color: rgb(166,65,11); }
td.TdClassName
{
border-color: #A6410B;
}
.TagClassName
{
border-color: #A6410B;
}
</style>