Shades of Rust #A62F11
Tints of Rust #A62F11
RGB
CMYK
RGB Variations
Color information
#A62F11 (or 0xA62F11) is known color: Rust. HEX triplet: A6, 2F and 11. RGB value is (166,47,17). Sum of RGB (Red+Green+Blue) = 166+47+17=230 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.17% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 17 (7.03% from 255 or 7.39% from 230); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62F11 is #59D0EE. Grayscale: #4F4F4F. Windows color (decimal): -5886191 or 1126310. OLE color: 1126310.
HSL color Cylindrical-coordinate representation of color #A62F11: hue angle of 12.08º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A62F11 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 17 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.35 |
| HSL | 12.08º | 0.81% | 0.36% | - |
| HSV(B) | 12.08º | 0.9% | 0.65% | - |
| XYZ | 16.84 | 10.18 | 1.61 | - |
| YUV | 79.16 | 92.92 | 189.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 17 | 0 | 0.72 | 0.90 | 0.35 | 12.08 | 0.81 | 0.36 |
| Hex | A6 | 2F | 11 | 0 | 48 | 5A | 23 | C | 51 | 24 |
| Octal | 246 | 57 | 21 | 0 | 110 | 132 | 43 | 14 | 121 | 44 |
| Binary | 10100110 | 101111 | 10001 | 0 | 1001000 | 1011010 | 100011 | 1100 | 1010001 | 100100 |
Color Harmonies of #A62F11
Complementary color
Monochromatic Colors of #A62F11
Black with #A62F11
Text Example
Text Example
White with #A62F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F11; }
p { color: rgb(166,47,17); }
H1.HeaderClassName
{
color: #A62F11;
}
.AnyTagClassName
{
color: #A62F11;
}
</style>
background-color css
<style>
a { background-color: #A62F11; }
a { background-color: rgb(166,47,17); }
div.DivClassName
{
background-color: #A62F11;
}
.BgClassName
{
background-color: #A62F11;
}
</style>
border-color css
<style>
span { border-color: #A62F11; }
span { border-color: rgb(166,47,17); }
td.TdClassName
{
border-color: #A62F11;
}
.TagClassName
{
border-color: #A62F11;
}
</style>