Shades of Rust #A62B0C
Tints of Rust #A62B0C
RGB
CMYK
RGB Variations
Color information
#A62B0C (or 0xA62B0C) is known color: Rust. HEX triplet: A6, 2B and 0C. RGB value is (166,43,12). Sum of RGB (Red+Green+Blue) = 166+43+12=221 (29% of max value = 765). Red value is 166 (65.23% from 255 or 75.11% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 12 (5.08% from 255 or 5.43% from 221); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62B0C is #59D4F3. Grayscale: #4C4C4C. Windows color (decimal): -5887220 or 797606. OLE color: 797606.
HSL color Cylindrical-coordinate representation of color #A62B0C: hue angle of 12.08º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A62B0C is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 12 | - |
| CMYK | 0 | 0.74 | 0.93 | 0.35 |
| HSL | 12.08º | 0.87% | 0.35% | - |
| HSV(B) | 12.08º | 0.93% | 0.65% | - |
| XYZ | 16.66 | 9.86 | 1.37 | - |
| YUV | 76.24 | 91.75 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 12 | 0 | 0.74 | 0.93 | 0.35 | 12.08 | 0.87 | 0.35 |
| Hex | A6 | 2B | C | 0 | 4A | 5D | 23 | C | 57 | 23 |
| Octal | 246 | 53 | 14 | 0 | 112 | 135 | 43 | 14 | 127 | 43 |
| Binary | 10100110 | 101011 | 1100 | 0 | 1001010 | 1011101 | 100011 | 1100 | 1010111 | 100011 |
Color Harmonies of #A62B0C
Complementary color
Monochromatic Colors of #A62B0C
Black with #A62B0C
Text Example
Text Example
White with #A62B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B0C; }
p { color: rgb(166,43,12); }
H1.HeaderClassName
{
color: #A62B0C;
}
.AnyTagClassName
{
color: #A62B0C;
}
</style>
background-color css
<style>
a { background-color: #A62B0C; }
a { background-color: rgb(166,43,12); }
div.DivClassName
{
background-color: #A62B0C;
}
.BgClassName
{
background-color: #A62B0C;
}
</style>
border-color css
<style>
span { border-color: #A62B0C; }
span { border-color: rgb(166,43,12); }
td.TdClassName
{
border-color: #A62B0C;
}
.TagClassName
{
border-color: #A62B0C;
}
</style>