Shades of Rust #A34210
Tints of Rust #A34210
RGB
CMYK
RGB Variations
Color information
#A34210 (or 0xA34210) is known color: Rust. HEX triplet: A3, 42 and 10. RGB value is (163,66,16). Sum of RGB (Red+Green+Blue) = 163+66+16=245 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.53% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 163 - color contains mainly: red. Hex color #A34210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34210 is #5CBDEF. Grayscale: #595959. Windows color (decimal): -6077936 or 1065635. OLE color: 1065635.
HSL color Cylindrical-coordinate representation of color #A34210: hue angle of 20.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A34210 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 16 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.36 |
| HSL | 20.41º | 0.82% | 0.35% | - |
| HSV(B) | 20.41º | 0.9% | 0.64% | - |
| XYZ | 17.15 | 11.72 | 1.85 | - |
| YUV | 89.3 | 86.64 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 16 | 0 | 0.60 | 0.90 | 0.36 | 20.41 | 0.82 | 0.35 |
| Hex | A3 | 42 | 10 | 0 | 3C | 5A | 24 | 14 | 52 | 23 |
| Octal | 243 | 102 | 20 | 0 | 74 | 132 | 44 | 24 | 122 | 43 |
| Binary | 10100011 | 1000010 | 10000 | 0 | 111100 | 1011010 | 100100 | 10100 | 1010010 | 100011 |
Color Harmonies of #A34210
Complementary color
Monochromatic Colors of #A34210
Black with #A34210
Text Example
Text Example
White with #A34210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34210; }
p { color: rgb(163,66,16); }
H1.HeaderClassName
{
color: #A34210;
}
.AnyTagClassName
{
color: #A34210;
}
</style>
background-color css
<style>
a { background-color: #A34210; }
a { background-color: rgb(163,66,16); }
div.DivClassName
{
background-color: #A34210;
}
.BgClassName
{
background-color: #A34210;
}
</style>
border-color css
<style>
span { border-color: #A34210; }
span { border-color: rgb(163,66,16); }
td.TdClassName
{
border-color: #A34210;
}
.TagClassName
{
border-color: #A34210;
}
</style>