Shades of Rust #A6330E
Tints of Rust #A6330E
RGB
CMYK
RGB Variations
Color information
#A6330E (or 0xA6330E) is known color: Rust. HEX triplet: A6, 33 and 0E. RGB value is (166,51,14). Sum of RGB (Red+Green+Blue) = 166+51+14=231 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.86% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 14 (5.86% from 255 or 6.06% from 231); Max value from RGB is 166 - color contains mainly: red. Hex color #A6330E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6330E is #59CCF1. Grayscale: #515151. Windows color (decimal): -5885170 or 930726. OLE color: 930726.
HSL color Cylindrical-coordinate representation of color #A6330E: hue angle of 14.61º degrees, saturation: 0.84, 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 #A6330E is Cyan = 0, Magento = 0.69, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 51 | 14 | - |
| CMYK | 0 | 0.69 | 0.92 | 0.35 |
| HSL | 14.61º | 0.84% | 0.35% | - |
| HSV(B) | 14.61º | 0.92% | 0.65% | - |
| XYZ | 16.99 | 10.51 | 1.55 | - |
| YUV | 81.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 51 | 14 | 0 | 0.69 | 0.92 | 0.35 | 14.61 | 0.84 | 0.35 |
| Hex | A6 | 33 | E | 0 | 45 | 5C | 23 | F | 54 | 23 |
| Octal | 246 | 63 | 16 | 0 | 105 | 134 | 43 | 17 | 124 | 43 |
| Binary | 10100110 | 110011 | 1110 | 0 | 1000101 | 1011100 | 100011 | 1111 | 1010100 | 100011 |
Color Harmonies of #A6330E
Complementary color
Monochromatic Colors of #A6330E
Black with #A6330E
Text Example
Text Example
White with #A6330E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6330E; }
p { color: rgb(166,51,14); }
H1.HeaderClassName
{
color: #A6330E;
}
.AnyTagClassName
{
color: #A6330E;
}
</style>
background-color css
<style>
a { background-color: #A6330E; }
a { background-color: rgb(166,51,14); }
div.DivClassName
{
background-color: #A6330E;
}
.BgClassName
{
background-color: #A6330E;
}
</style>
border-color css
<style>
span { border-color: #A6330E; }
span { border-color: rgb(166,51,14); }
td.TdClassName
{
border-color: #A6330E;
}
.TagClassName
{
border-color: #A6330E;
}
</style>