Shades of Rust #A62E10
Tints of Rust #A62E10
RGB
CMYK
RGB Variations
Color information
#A62E10 (or 0xA62E10) is known color: Rust. HEX triplet: A6, 2E and 10. RGB value is (166,46,16). Sum of RGB (Red+Green+Blue) = 166+46+16=228 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.81% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 166 - color contains mainly: red. Hex color #A62E10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62E10 is #59D1EF. Grayscale: #4E4E4E. Windows color (decimal): -5886448 or 1060518. OLE color: 1060518.
HSL color Cylindrical-coordinate representation of color #A62E10: hue angle of 12º degrees, saturation: 0.82, 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 #A62E10 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 46 | 16 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.35 |
| HSL | 12º | 0.82% | 0.36% | - |
| HSV(B) | 12º | 0.9% | 0.65% | - |
| XYZ | 16.8 | 10.1 | 1.55 | - |
| YUV | 78.46 | 92.76 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 46 | 16 | 0 | 0.72 | 0.90 | 0.35 | 12 | 0.82 | 0.36 |
| Hex | A6 | 2E | 10 | 0 | 48 | 5A | 23 | C | 52 | 24 |
| Octal | 246 | 56 | 20 | 0 | 110 | 132 | 43 | 14 | 122 | 44 |
| Binary | 10100110 | 101110 | 10000 | 0 | 1001000 | 1011010 | 100011 | 1100 | 1010010 | 100100 |
Color Harmonies of #A62E10
Complementary color
Monochromatic Colors of #A62E10
Black with #A62E10
Text Example
Text Example
White with #A62E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62E10; }
p { color: rgb(166,46,16); }
H1.HeaderClassName
{
color: #A62E10;
}
.AnyTagClassName
{
color: #A62E10;
}
</style>
background-color css
<style>
a { background-color: #A62E10; }
a { background-color: rgb(166,46,16); }
div.DivClassName
{
background-color: #A62E10;
}
.BgClassName
{
background-color: #A62E10;
}
</style>
border-color css
<style>
span { border-color: #A62E10; }
span { border-color: rgb(166,46,16); }
td.TdClassName
{
border-color: #A62E10;
}
.TagClassName
{
border-color: #A62E10;
}
</style>