Shades of Rust #A6480C
Tints of Rust #A6480C
RGB
CMYK
RGB Variations
Color information
#A6480C (or 0xA6480C) is known color: Rust. HEX triplet: A6, 48 and 0C. RGB value is (166,72,12). Sum of RGB (Red+Green+Blue) = 166+72+12=250 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.4% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 166 - color contains mainly: red. Hex color #A6480C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6480C is #59B7F3. Grayscale: #5D5D5D. Windows color (decimal): -5879796 or 805030. OLE color: 805030.
HSL color Cylindrical-coordinate representation of color #A6480C: hue angle of 23.38º degrees, saturation: 0.87, 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 #A6480C is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 12 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.35 |
| HSL | 23.38º | 0.87% | 0.35% | - |
| HSV(B) | 23.38º | 0.93% | 0.65% | - |
| XYZ | 18.11 | 12.77 | 1.86 | - |
| YUV | 93.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 12 | 0 | 0.57 | 0.93 | 0.35 | 23.38 | 0.87 | 0.35 |
| Hex | A6 | 48 | C | 0 | 39 | 5D | 23 | 17 | 57 | 23 |
| Octal | 246 | 110 | 14 | 0 | 71 | 135 | 43 | 27 | 127 | 43 |
| Binary | 10100110 | 1001000 | 1100 | 0 | 111001 | 1011101 | 100011 | 10111 | 1010111 | 100011 |
Color Harmonies of #A6480C
Complementary color
Monochromatic Colors of #A6480C
Black with #A6480C
Text Example
Text Example
White with #A6480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6480C; }
p { color: rgb(166,72,12); }
H1.HeaderClassName
{
color: #A6480C;
}
.AnyTagClassName
{
color: #A6480C;
}
</style>
background-color css
<style>
a { background-color: #A6480C; }
a { background-color: rgb(166,72,12); }
div.DivClassName
{
background-color: #A6480C;
}
.BgClassName
{
background-color: #A6480C;
}
</style>
border-color css
<style>
span { border-color: #A6480C; }
span { border-color: rgb(166,72,12); }
td.TdClassName
{
border-color: #A6480C;
}
.TagClassName
{
border-color: #A6480C;
}
</style>