Shades of Rust #A6400B
Tints of Rust #A6400B
RGB
CMYK
RGB Variations
Color information
#A6400B (or 0xA6400B) is known color: Rust. HEX triplet: A6, 40 and 0B. RGB value is (166,64,11). Sum of RGB (Red+Green+Blue) = 166+64+11=241 (31% of max value = 765). Red value is 166 (65.23% from 255 or 68.88% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 11 (4.69% from 255 or 4.56% from 241); Max value from RGB is 166 - color contains mainly: red. Hex color #A6400B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6400B is #59BFF4. Grayscale: #585858. Windows color (decimal): -5881845 or 737446. OLE color: 737446.
HSL color Cylindrical-coordinate representation of color #A6400B: hue angle of 20.52º 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 #A6400B is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 64 | 11 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.35 |
| HSL | 20.52º | 0.88% | 0.35% | - |
| HSV(B) | 20.52º | 0.93% | 0.65% | - |
| XYZ | 17.62 | 11.8 | 1.67 | - |
| YUV | 88.46 | 84.29 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 11 | 0 | 0.61 | 0.93 | 0.35 | 20.52 | 0.88 | 0.35 |
| Hex | A6 | 40 | B | 0 | 3D | 5D | 23 | 15 | 58 | 23 |
| Octal | 246 | 100 | 13 | 0 | 75 | 135 | 43 | 25 | 130 | 43 |
| Binary | 10100110 | 1000000 | 1011 | 0 | 111101 | 1011101 | 100011 | 10101 | 1011000 | 100011 |
Color Harmonies of #A6400B
Complementary color
Monochromatic Colors of #A6400B
Black with #A6400B
Text Example
Text Example
White with #A6400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6400B; }
p { color: rgb(166,64,11); }
H1.HeaderClassName
{
color: #A6400B;
}
.AnyTagClassName
{
color: #A6400B;
}
</style>
background-color css
<style>
a { background-color: #A6400B; }
a { background-color: rgb(166,64,11); }
div.DivClassName
{
background-color: #A6400B;
}
.BgClassName
{
background-color: #A6400B;
}
</style>
border-color css
<style>
span { border-color: #A6400B; }
span { border-color: rgb(166,64,11); }
td.TdClassName
{
border-color: #A6400B;
}
.TagClassName
{
border-color: #A6400B;
}
</style>