Shades of Rust #A6340B
Tints of Rust #A6340B
RGB
CMYK
RGB Variations
Color information
#A6340B (or 0xA6340B) is known color: Rust. HEX triplet: A6, 34 and 0B. RGB value is (166,52,11). Sum of RGB (Red+Green+Blue) = 166+52+11=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 11 (4.69% from 255 or 4.80% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A6340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6340B is #59CBF4. Grayscale: #515151. Windows color (decimal): -5884917 or 734374. OLE color: 734374.
HSL color Cylindrical-coordinate representation of color #A6340B: hue angle of 15.87º 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 #A6340B is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 52 | 11 | - |
| CMYK | 0 | 0.69 | 0.93 | 0.35 |
| HSL | 15.87º | 0.88% | 0.35% | - |
| HSV(B) | 15.87º | 0.93% | 0.65% | - |
| XYZ | 17.01 | 10.59 | 1.46 | - |
| YUV | 81.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 52 | 11 | 0 | 0.69 | 0.93 | 0.35 | 15.87 | 0.88 | 0.35 |
| Hex | A6 | 34 | B | 0 | 45 | 5D | 23 | 10 | 58 | 23 |
| Octal | 246 | 64 | 13 | 0 | 105 | 135 | 43 | 20 | 130 | 43 |
| Binary | 10100110 | 110100 | 1011 | 0 | 1000101 | 1011101 | 100011 | 10000 | 1011000 | 100011 |
Color Harmonies of #A6340B
Complementary color
Monochromatic Colors of #A6340B
Black with #A6340B
Text Example
Text Example
White with #A6340B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6340B; }
p { color: rgb(166,52,11); }
H1.HeaderClassName
{
color: #A6340B;
}
.AnyTagClassName
{
color: #A6340B;
}
</style>
background-color css
<style>
a { background-color: #A6340B; }
a { background-color: rgb(166,52,11); }
div.DivClassName
{
background-color: #A6340B;
}
.BgClassName
{
background-color: #A6340B;
}
</style>
border-color css
<style>
span { border-color: #A6340B; }
span { border-color: rgb(166,52,11); }
td.TdClassName
{
border-color: #A6340B;
}
.TagClassName
{
border-color: #A6340B;
}
</style>