Shades of Rust #A6480A
Tints of Rust #A6480A
RGB
CMYK
RGB Variations
Color information
#A6480A (or 0xA6480A) is known color: Rust. HEX triplet: A6, 48 and 0A. RGB value is (166,72,10). Sum of RGB (Red+Green+Blue) = 166+72+10=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A6480A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6480A is #59B7F5. Grayscale: #5D5D5D. Windows color (decimal): -5879798 or 673958. OLE color: 673958.
HSL color Cylindrical-coordinate representation of color #A6480A: hue angle of 23.85º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A6480A is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 10 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.35 |
| HSL | 23.85º | 0.89% | 0.35% | - |
| HSV(B) | 23.85º | 0.94% | 0.65% | - |
| XYZ | 18.1 | 12.76 | 1.8 | - |
| YUV | 93.04 | 81.14 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 10 | 0 | 0.57 | 0.94 | 0.35 | 23.85 | 0.89 | 0.35 |
| Hex | A6 | 48 | A | 0 | 39 | 5E | 23 | 18 | 59 | 23 |
| Octal | 246 | 110 | 12 | 0 | 71 | 136 | 43 | 30 | 131 | 43 |
| Binary | 10100110 | 1001000 | 1010 | 0 | 111001 | 1011110 | 100011 | 11000 | 1011001 | 100011 |
Color Harmonies of #A6480A
Complementary color
Monochromatic Colors of #A6480A
Black with #A6480A
Text Example
Text Example
White with #A6480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6480A; }
p { color: rgb(166,72,10); }
H1.HeaderClassName
{
color: #A6480A;
}
.AnyTagClassName
{
color: #A6480A;
}
</style>
background-color css
<style>
a { background-color: #A6480A; }
a { background-color: rgb(166,72,10); }
div.DivClassName
{
background-color: #A6480A;
}
.BgClassName
{
background-color: #A6480A;
}
</style>
border-color css
<style>
span { border-color: #A6480A; }
span { border-color: rgb(166,72,10); }
td.TdClassName
{
border-color: #A6480A;
}
.TagClassName
{
border-color: #A6480A;
}
</style>