Shades of Rust #A62D11
Tints of Rust #A62D11
RGB
CMYK
RGB Variations
Color information
#A62D11 (or 0xA62D11) is known color: Rust. HEX triplet: A6, 2D and 11. RGB value is (166,45,17). Sum of RGB (Red+Green+Blue) = 166+45+17=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 45 (17.97% from 255 or 19.74% from 228); Blue value is 17 (7.03% from 255 or 7.46% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A62D11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62D11 is #59D2EE. Grayscale: #4E4E4E. Windows color (decimal): -5886703 or 1125798. OLE color: 1125798.
HSL color Cylindrical-coordinate representation of color #A62D11: hue angle of 11.28º 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 #A62D11 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 45 | 17 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.35 |
| HSL | 11.28º | 0.81% | 0.36% | - |
| HSV(B) | 11.28º | 0.9% | 0.65% | - |
| XYZ | 16.77 | 10.02 | 1.58 | - |
| YUV | 77.99 | 93.59 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 45 | 17 | 0 | 0.73 | 0.90 | 0.35 | 11.28 | 0.81 | 0.36 |
| Hex | A6 | 2D | 11 | 0 | 49 | 5A | 23 | B | 51 | 24 |
| Octal | 246 | 55 | 21 | 0 | 111 | 132 | 43 | 13 | 121 | 44 |
| Binary | 10100110 | 101101 | 10001 | 0 | 1001001 | 1011010 | 100011 | 1011 | 1010001 | 100100 |
Color Harmonies of #A62D11
Complementary color
Monochromatic Colors of #A62D11
Black with #A62D11
Text Example
Text Example
White with #A62D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62D11; }
p { color: rgb(166,45,17); }
H1.HeaderClassName
{
color: #A62D11;
}
.AnyTagClassName
{
color: #A62D11;
}
</style>
background-color css
<style>
a { background-color: #A62D11; }
a { background-color: rgb(166,45,17); }
div.DivClassName
{
background-color: #A62D11;
}
.BgClassName
{
background-color: #A62D11;
}
</style>
border-color css
<style>
span { border-color: #A62D11; }
span { border-color: rgb(166,45,17); }
td.TdClassName
{
border-color: #A62D11;
}
.TagClassName
{
border-color: #A62D11;
}
</style>