Shades of Rust #A62C0F
Tints of Rust #A62C0F
RGB
CMYK
RGB Variations
Color information
#A62C0F (or 0xA62C0F) is known color: Rust. HEX triplet: A6, 2C and 0F. RGB value is (166,44,15). Sum of RGB (Red+Green+Blue) = 166+44+15=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A62C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62C0F is #59D3F0. Grayscale: #4D4D4D. Windows color (decimal): -5886961 or 994470. OLE color: 994470.
HSL color Cylindrical-coordinate representation of color #A62C0F: hue angle of 11.52º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A62C0F is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 44 | 15 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.35 |
| HSL | 11.52º | 0.83% | 0.35% | - |
| HSV(B) | 11.52º | 0.91% | 0.65% | - |
| XYZ | 16.71 | 9.94 | 1.49 | - |
| YUV | 77.17 | 92.92 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 44 | 15 | 0 | 0.73 | 0.91 | 0.35 | 11.52 | 0.83 | 0.35 |
| Hex | A6 | 2C | F | 0 | 49 | 5B | 23 | C | 53 | 23 |
| Octal | 246 | 54 | 17 | 0 | 111 | 133 | 43 | 14 | 123 | 43 |
| Binary | 10100110 | 101100 | 1111 | 0 | 1001001 | 1011011 | 100011 | 1100 | 1010011 | 100011 |
Color Harmonies of #A62C0F
Complementary color
Monochromatic Colors of #A62C0F
Black with #A62C0F
Text Example
Text Example
White with #A62C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62C0F; }
p { color: rgb(166,44,15); }
H1.HeaderClassName
{
color: #A62C0F;
}
.AnyTagClassName
{
color: #A62C0F;
}
</style>
background-color css
<style>
a { background-color: #A62C0F; }
a { background-color: rgb(166,44,15); }
div.DivClassName
{
background-color: #A62C0F;
}
.BgClassName
{
background-color: #A62C0F;
}
</style>
border-color css
<style>
span { border-color: #A62C0F; }
span { border-color: rgb(166,44,15); }
td.TdClassName
{
border-color: #A62C0F;
}
.TagClassName
{
border-color: #A62C0F;
}
</style>