Shades of Rust #A62B05
Tints of Rust #A62B05
RGB
CMYK
RGB Variations
Color information
#A62B05 (or 0xA62B05) is known color: Rust. HEX triplet: A6, 2B and 05. RGB value is (166,43,5). Sum of RGB (Red+Green+Blue) = 166+43+5=214 (28% of max value = 765). Red value is 166 (65.23% from 255 or 77.57% from 214); Green value is 43 (17.19% from 255 or 20.09% from 214); Blue value is 5 (2.34% from 255 or 2.34% from 214); Max value from RGB is 166 - color contains mainly: red. Hex color #A62B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A62B05 is #59D4FA. Grayscale: #4B4B4B. Windows color (decimal): -5887227 or 338854. OLE color: 338854.
HSL color Cylindrical-coordinate representation of color #A62B05: hue angle of 14.16º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A62B05 is Cyan = 0, Magento = 0.74, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 43 | 5 | - |
| CMYK | 0 | 0.74 | 0.97 | 0.35 |
| HSL | 14.16º | 0.94% | 0.34% | - |
| HSV(B) | 14.16º | 0.97% | 0.65% | - |
| XYZ | 16.62 | 9.85 | 1.17 | - |
| YUV | 75.45 | 88.25 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 43 | 5 | 0 | 0.74 | 0.97 | 0.35 | 14.16 | 0.94 | 0.34 |
| Hex | A6 | 2B | 5 | 0 | 4A | 61 | 23 | E | 5E | 22 |
| Octal | 246 | 53 | 5 | 0 | 112 | 141 | 43 | 16 | 136 | 42 |
| Binary | 10100110 | 101011 | 101 | 0 | 1001010 | 1100001 | 100011 | 1110 | 1011110 | 100010 |
Color Harmonies of #A62B05
Complementary color
Monochromatic Colors of #A62B05
Black with #A62B05
Text Example
Text Example
White with #A62B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A62B05; }
p { color: rgb(166,43,5); }
H1.HeaderClassName
{
color: #A62B05;
}
.AnyTagClassName
{
color: #A62B05;
}
</style>
background-color css
<style>
a { background-color: #A62B05; }
a { background-color: rgb(166,43,5); }
div.DivClassName
{
background-color: #A62B05;
}
.BgClassName
{
background-color: #A62B05;
}
</style>
border-color css
<style>
span { border-color: #A62B05; }
span { border-color: rgb(166,43,5); }
td.TdClassName
{
border-color: #A62B05;
}
.TagClassName
{
border-color: #A62B05;
}
</style>