Shades of Rust #A62F10
Tints of Rust #A62F10
RGB
CMYK
RGB Variations
Color information
#A62F10 (or 0xA62F10) is known color: Rust. HEX triplet: A6, 2F and 10. RGB value is (166,47,16). Sum of RGB (Red+Green+Blue) = 166+47+16=229 (30% of max value = 765). Red value is 166 (65.23% from 255 or 72.49% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 16 (6.64% from 255 or 6.99% from 229); Max value from RGB is 166 - color contains mainly: red. Hex color #A62F10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62F10 is #59D0EF. Grayscale: #4F4F4F. Windows color (decimal): -5886192 or 1060774. OLE color: 1060774.
HSL color Cylindrical-coordinate representation of color #A62F10: hue angle of 12.4º 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 #A62F10 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 47 | 16 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.35 |
| HSL | 12.4º | 0.82% | 0.36% | - |
| HSV(B) | 12.4º | 0.9% | 0.65% | - |
| XYZ | 16.84 | 10.18 | 1.57 | - |
| YUV | 79.05 | 92.42 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 47 | 16 | 0 | 0.72 | 0.90 | 0.35 | 12.4 | 0.82 | 0.36 |
| Hex | A6 | 2F | 10 | 0 | 48 | 5A | 23 | C | 52 | 24 |
| Octal | 246 | 57 | 20 | 0 | 110 | 132 | 43 | 14 | 122 | 44 |
| Binary | 10100110 | 101111 | 10000 | 0 | 1001000 | 1011010 | 100011 | 1100 | 1010010 | 100100 |
Color Harmonies of #A62F10
Complementary color
Monochromatic Colors of #A62F10
Black with #A62F10
Text Example
Text Example
White with #A62F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62F10; }
p { color: rgb(166,47,16); }
H1.HeaderClassName
{
color: #A62F10;
}
.AnyTagClassName
{
color: #A62F10;
}
</style>
background-color css
<style>
a { background-color: #A62F10; }
a { background-color: rgb(166,47,16); }
div.DivClassName
{
background-color: #A62F10;
}
.BgClassName
{
background-color: #A62F10;
}
</style>
border-color css
<style>
span { border-color: #A62F10; }
span { border-color: rgb(166,47,16); }
td.TdClassName
{
border-color: #A62F10;
}
.TagClassName
{
border-color: #A62F10;
}
</style>