Shades of Rust #A34216
Tints of Rust #A34216
RGB
CMYK
RGB Variations
Color information
#A34216 (or 0xA34216) is known color: Rust. HEX triplet: A3, 42 and 16. RGB value is (163,66,22). Sum of RGB (Red+Green+Blue) = 163+66+22=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34216 is #5CBDE9. Grayscale: #5A5A5A. Windows color (decimal): -6077930 or 1458851. OLE color: 1458851.
HSL color Cylindrical-coordinate representation of color #A34216: hue angle of 18.72º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A34216 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 66 | 22 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.36 |
| HSL | 18.72º | 0.76% | 0.36% | - |
| HSV(B) | 18.72º | 0.87% | 0.64% | - |
| XYZ | 17.2 | 11.74 | 2.12 | - |
| YUV | 89.99 | 89.64 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 66 | 22 | 0 | 0.60 | 0.87 | 0.36 | 18.72 | 0.76 | 0.36 |
| Hex | A3 | 42 | 16 | 0 | 3C | 57 | 24 | 13 | 4C | 24 |
| Octal | 243 | 102 | 26 | 0 | 74 | 127 | 44 | 23 | 114 | 44 |
| Binary | 10100011 | 1000010 | 10110 | 0 | 111100 | 1010111 | 100100 | 10011 | 1001100 | 100100 |
Color Harmonies of #A34216
Complementary color
Monochromatic Colors of #A34216
Black with #A34216
Text Example
Text Example
White with #A34216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34216; }
p { color: rgb(163,66,22); }
H1.HeaderClassName
{
color: #A34216;
}
.AnyTagClassName
{
color: #A34216;
}
</style>
background-color css
<style>
a { background-color: #A34216; }
a { background-color: rgb(163,66,22); }
div.DivClassName
{
background-color: #A34216;
}
.BgClassName
{
background-color: #A34216;
}
</style>
border-color css
<style>
span { border-color: #A34216; }
span { border-color: rgb(163,66,22); }
td.TdClassName
{
border-color: #A34216;
}
.TagClassName
{
border-color: #A34216;
}
</style>