Shades of Rust #A62A00
Tints of Rust #A62A00
RGB
CMYK
RGB Variations
Color information
#A62A00 (or 0xA62A00) is known color: Rust. HEX triplet: A6, 2A and 00. RGB value is (166,42,0). Sum of RGB (Red+Green+Blue) = 166+42+0=208 (27% of max value = 765). Red value is 166 (65.23% from 255 or 79.81% from 208); Green value is 42 (16.80% from 255 or 20.19% from 208); Blue value is 0 (0.39% from 255 or 0% from 208); Max value from RGB is 166 - color contains mainly: red. Hex color #A62A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62A00 is #59D5FF. Grayscale: #4A4A4A. Windows color (decimal): -5887488 or 10918. OLE color: 10918.
HSL color Cylindrical-coordinate representation of color #A62A00: hue angle of 15.18º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A62A00 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 42 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.35 |
| HSL | 15.18º | 1% | 0.33% | - |
| HSV(B) | 15.18º | 1% | 0.65% | - |
| XYZ | 16.55 | 9.76 | 1.01 | - |
| YUV | 74.29 | 86.08 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 42 | 0 | 0 | 0.75 | 1 | 0.35 | 15.18 | 1 | 0.33 |
| Hex | A6 | 2A | 0 | 0 | 4B | 64 | 23 | F | 64 | 21 |
| Octal | 246 | 52 | 0 | 0 | 113 | 144 | 43 | 17 | 144 | 41 |
| Binary | 10100110 | 101010 | 0 | 0 | 1001011 | 1100100 | 100011 | 1111 | 1100100 | 100001 |
Color Harmonies of #A62A00
Complementary color
Monochromatic Colors of #A62A00
Black with #A62A00
Text Example
Text Example
White with #A62A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62A00; }
p { color: rgb(166,42,0); }
H1.HeaderClassName
{
color: #A62A00;
}
.AnyTagClassName
{
color: #A62A00;
}
</style>
background-color css
<style>
a { background-color: #A62A00; }
a { background-color: rgb(166,42,0); }
div.DivClassName
{
background-color: #A62A00;
}
.BgClassName
{
background-color: #A62A00;
}
</style>
border-color css
<style>
span { border-color: #A62A00; }
span { border-color: rgb(166,42,0); }
td.TdClassName
{
border-color: #A62A00;
}
.TagClassName
{
border-color: #A62A00;
}
</style>