Shades of Rust #A34810
Tints of Rust #A34810
RGB
CMYK
RGB Variations
Color information
#A34810 (or 0xA34810) is known color: Rust. HEX triplet: A3, 48 and 10. RGB value is (163,72,16). Sum of RGB (Red+Green+Blue) = 163+72+16=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 72 (28.52% from 255 or 28.69% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34810 is #5CB7EF. Grayscale: #5D5D5D. Windows color (decimal): -6076400 or 1067171. OLE color: 1067171.
HSL color Cylindrical-coordinate representation of color #A34810: hue angle of 22.86º 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 #A34810 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 16 | - |
| CMYK | 0 | 0.56 | 0.90 | 0.36 |
| HSL | 22.86º | 0.82% | 0.35% | - |
| HSV(B) | 22.86º | 0.9% | 0.64% | - |
| XYZ | 17.52 | 12.46 | 1.97 | - |
| YUV | 92.83 | 84.65 | 178.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 16 | 0 | 0.56 | 0.90 | 0.36 | 22.86 | 0.82 | 0.35 |
| Hex | A3 | 48 | 10 | 0 | 38 | 5A | 24 | 17 | 52 | 23 |
| Octal | 243 | 110 | 20 | 0 | 70 | 132 | 44 | 27 | 122 | 43 |
| Binary | 10100011 | 1001000 | 10000 | 0 | 111000 | 1011010 | 100100 | 10111 | 1010010 | 100011 |
Color Harmonies of #A34810
Complementary color
Monochromatic Colors of #A34810
Black with #A34810
Text Example
Text Example
White with #A34810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34810; }
p { color: rgb(163,72,16); }
H1.HeaderClassName
{
color: #A34810;
}
.AnyTagClassName
{
color: #A34810;
}
</style>
background-color css
<style>
a { background-color: #A34810; }
a { background-color: rgb(163,72,16); }
div.DivClassName
{
background-color: #A34810;
}
.BgClassName
{
background-color: #A34810;
}
</style>
border-color css
<style>
span { border-color: #A34810; }
span { border-color: rgb(163,72,16); }
td.TdClassName
{
border-color: #A34810;
}
.TagClassName
{
border-color: #A34810;
}
</style>