Shades of Rust #A34805
Tints of Rust #A34805
RGB
CMYK
RGB Variations
Color information
#A34805 (or 0xA34805) is known color: Rust. HEX triplet: A3, 48 and 05. RGB value is (163,72,5). Sum of RGB (Red+Green+Blue) = 163+72+5=240 (31% of max value = 765). Red value is 163 (64.06% from 255 or 67.92% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 163 - color contains mainly: red. Hex color #A34805 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34805 is #5CB7FA. Grayscale: #5B5B5B. Windows color (decimal): -6076411 or 346275. OLE color: 346275.
HSL color Cylindrical-coordinate representation of color #A34805: hue angle of 25.44º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A34805 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 5 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.36 |
| HSL | 25.44º | 0.94% | 0.33% | - |
| HSV(B) | 25.44º | 0.97% | 0.64% | - |
| XYZ | 17.45 | 12.43 | 1.62 | - |
| YUV | 91.57 | 79.15 | 178.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 5 | 0 | 0.56 | 0.97 | 0.36 | 25.44 | 0.94 | 0.33 |
| Hex | A3 | 48 | 5 | 0 | 38 | 61 | 24 | 19 | 5E | 21 |
| Octal | 243 | 110 | 5 | 0 | 70 | 141 | 44 | 31 | 136 | 41 |
| Binary | 10100011 | 1001000 | 101 | 0 | 111000 | 1100001 | 100100 | 11001 | 1011110 | 100001 |
Color Harmonies of #A34805
Complementary color
Monochromatic Colors of #A34805
Black with #A34805
Text Example
Text Example
White with #A34805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34805; }
p { color: rgb(163,72,5); }
H1.HeaderClassName
{
color: #A34805;
}
.AnyTagClassName
{
color: #A34805;
}
</style>
background-color css
<style>
a { background-color: #A34805; }
a { background-color: rgb(163,72,5); }
div.DivClassName
{
background-color: #A34805;
}
.BgClassName
{
background-color: #A34805;
}
</style>
border-color css
<style>
span { border-color: #A34805; }
span { border-color: rgb(163,72,5); }
td.TdClassName
{
border-color: #A34805;
}
.TagClassName
{
border-color: #A34805;
}
</style>