Shades of Rust #A6480D
Tints of Rust #A6480D
RGB
CMYK
RGB Variations
Color information
#A6480D (or 0xA6480D) is known color: Rust. HEX triplet: A6, 48 and 0D. RGB value is (166,72,13). Sum of RGB (Red+Green+Blue) = 166+72+13=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A6480D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A6480D is #59B7F2. Grayscale: #5D5D5D. Windows color (decimal): -5879795 or 870566. OLE color: 870566.
HSL color Cylindrical-coordinate representation of color #A6480D: hue angle of 23.14º degrees, saturation: 0.85, 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 #A6480D is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 72 | 13 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.35 |
| HSL | 23.14º | 0.85% | 0.35% | - |
| HSV(B) | 23.14º | 0.92% | 0.65% | - |
| XYZ | 18.12 | 12.77 | 1.89 | - |
| YUV | 93.38 | 82.64 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 13 | 0 | 0.57 | 0.92 | 0.35 | 23.14 | 0.85 | 0.35 |
| Hex | A6 | 48 | D | 0 | 39 | 5C | 23 | 17 | 55 | 23 |
| Octal | 246 | 110 | 15 | 0 | 71 | 134 | 43 | 27 | 125 | 43 |
| Binary | 10100110 | 1001000 | 1101 | 0 | 111001 | 1011100 | 100011 | 10111 | 1010101 | 100011 |
Color Harmonies of #A6480D
Complementary color
Monochromatic Colors of #A6480D
Black with #A6480D
Text Example
Text Example
White with #A6480D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6480D; }
p { color: rgb(166,72,13); }
H1.HeaderClassName
{
color: #A6480D;
}
.AnyTagClassName
{
color: #A6480D;
}
</style>
background-color css
<style>
a { background-color: #A6480D; }
a { background-color: rgb(166,72,13); }
div.DivClassName
{
background-color: #A6480D;
}
.BgClassName
{
background-color: #A6480D;
}
</style>
border-color css
<style>
span { border-color: #A6480D; }
span { border-color: rgb(166,72,13); }
td.TdClassName
{
border-color: #A6480D;
}
.TagClassName
{
border-color: #A6480D;
}
</style>