Shades of Rust #A62900
Tints of Rust #A62900
RGB
CMYK
RGB Variations
Color information
#A62900 (or 0xA62900) is known color: Rust. HEX triplet: A6, 29 and 00. RGB value is (166,41,0). Sum of RGB (Red+Green+Blue) = 166+41+0=207 (27% of max value = 765). Red value is 166 (65.23% from 255 or 80.19% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 166 - color contains mainly: red. Hex color #A62900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62900 is #59D6FF. Grayscale: #494949. Windows color (decimal): -5887744 or 10662. OLE color: 10662.
HSL color Cylindrical-coordinate representation of color #A62900: hue angle of 14.82º 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 #A62900 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 41 | 0 | - |
| CMYK | 0 | 0.75 | 1 | 0.35 |
| HSL | 14.82º | 1% | 0.33% | - |
| HSV(B) | 14.82º | 1% | 0.65% | - |
| XYZ | 16.52 | 9.69 | 1 | - |
| YUV | 73.7 | 86.41 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 0 | 0 | 0.75 | 1 | 0.35 | 14.82 | 1 | 0.33 |
| Hex | A6 | 29 | 0 | 0 | 4B | 64 | 23 | F | 64 | 21 |
| Octal | 246 | 51 | 0 | 0 | 113 | 144 | 43 | 17 | 144 | 41 |
| Binary | 10100110 | 101001 | 0 | 0 | 1001011 | 1100100 | 100011 | 1111 | 1100100 | 100001 |
Color Harmonies of #A62900
Complementary color
Monochromatic Colors of #A62900
Black with #A62900
Text Example
Text Example
White with #A62900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62900; }
p { color: rgb(166,41,0); }
H1.HeaderClassName
{
color: #A62900;
}
.AnyTagClassName
{
color: #A62900;
}
</style>
background-color css
<style>
a { background-color: #A62900; }
a { background-color: rgb(166,41,0); }
div.DivClassName
{
background-color: #A62900;
}
.BgClassName
{
background-color: #A62900;
}
</style>
border-color css
<style>
span { border-color: #A62900; }
span { border-color: rgb(166,41,0); }
td.TdClassName
{
border-color: #A62900;
}
.TagClassName
{
border-color: #A62900;
}
</style>