Shades of Rust #A6390B
Tints of Rust #A6390B
RGB
CMYK
RGB Variations
Color information
#A6390B (or 0xA6390B) is known color: Rust. HEX triplet: A6, 39 and 0B. RGB value is (166,57,11). Sum of RGB (Red+Green+Blue) = 166+57+11=234 (30% of max value = 765). Red value is 166 (65.23% from 255 or 70.94% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 166 - color contains mainly: red. Hex color #A6390B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6390B is #59C6F4. Grayscale: #545454. Windows color (decimal): -5883637 or 735654. OLE color: 735654.
HSL color Cylindrical-coordinate representation of color #A6390B: hue angle of 17.81º 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 #A6390B is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 57 | 11 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.35 |
| HSL | 17.81º | 0.88% | 0.35% | - |
| HSV(B) | 17.81º | 0.93% | 0.65% | - |
| XYZ | 17.25 | 11.06 | 1.54 | - |
| YUV | 84.35 | 86.61 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 11 | 0 | 0.66 | 0.93 | 0.35 | 17.81 | 0.88 | 0.35 |
| Hex | A6 | 39 | B | 0 | 42 | 5D | 23 | 12 | 58 | 23 |
| Octal | 246 | 71 | 13 | 0 | 102 | 135 | 43 | 22 | 130 | 43 |
| Binary | 10100110 | 111001 | 1011 | 0 | 1000010 | 1011101 | 100011 | 10010 | 1011000 | 100011 |
Color Harmonies of #A6390B
Complementary color
Monochromatic Colors of #A6390B
Black with #A6390B
Text Example
Text Example
White with #A6390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6390B; }
p { color: rgb(166,57,11); }
H1.HeaderClassName
{
color: #A6390B;
}
.AnyTagClassName
{
color: #A6390B;
}
</style>
background-color css
<style>
a { background-color: #A6390B; }
a { background-color: rgb(166,57,11); }
div.DivClassName
{
background-color: #A6390B;
}
.BgClassName
{
background-color: #A6390B;
}
</style>
border-color css
<style>
span { border-color: #A6390B; }
span { border-color: rgb(166,57,11); }
td.TdClassName
{
border-color: #A6390B;
}
.TagClassName
{
border-color: #A6390B;
}
</style>