Shades of Rust #A34005
Tints of Rust #A34005
RGB
CMYK
RGB Variations
Color information
#A34005 (or 0xA34005) is known color: Rust. HEX triplet: A3, 40 and 05. RGB value is (163,64,5). Sum of RGB (Red+Green+Blue) = 163+64+5=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 64 (25.39% from 255 or 27.59% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A34005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34005 is #5CBFFA. Grayscale: #575757. Windows color (decimal): -6078459 or 344227. OLE color: 344227.
HSL color Cylindrical-coordinate representation of color #A34005: hue angle of 22.41º 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 #A34005 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 5 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.36 |
| HSL | 22.41º | 0.94% | 0.33% | - |
| HSV(B) | 22.41º | 0.97% | 0.64% | - |
| XYZ | 16.97 | 11.46 | 1.46 | - |
| YUV | 86.88 | 81.8 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 5 | 0 | 0.61 | 0.97 | 0.36 | 22.41 | 0.94 | 0.33 |
| Hex | A3 | 40 | 5 | 0 | 3D | 61 | 24 | 16 | 5E | 21 |
| Octal | 243 | 100 | 5 | 0 | 75 | 141 | 44 | 26 | 136 | 41 |
| Binary | 10100011 | 1000000 | 101 | 0 | 111101 | 1100001 | 100100 | 10110 | 1011110 | 100001 |
Color Harmonies of #A34005
Complementary color
Monochromatic Colors of #A34005
Black with #A34005
Text Example
Text Example
White with #A34005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34005; }
p { color: rgb(163,64,5); }
H1.HeaderClassName
{
color: #A34005;
}
.AnyTagClassName
{
color: #A34005;
}
</style>
background-color css
<style>
a { background-color: #A34005; }
a { background-color: rgb(163,64,5); }
div.DivClassName
{
background-color: #A34005;
}
.BgClassName
{
background-color: #A34005;
}
</style>
border-color css
<style>
span { border-color: #A34005; }
span { border-color: rgb(163,64,5); }
td.TdClassName
{
border-color: #A34005;
}
.TagClassName
{
border-color: #A34005;
}
</style>