Shades of Rust #A34015
Tints of Rust #A34015
RGB
CMYK
RGB Variations
Color information
#A34015 (or 0xA34015) is known color: Rust. HEX triplet: A3, 40 and 15. RGB value is (163,64,21). Sum of RGB (Red+Green+Blue) = 163+64+21=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A34015 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34015 is #5CBFEA. Grayscale: #585858. Windows color (decimal): -6078443 or 1392803. OLE color: 1392803.
HSL color Cylindrical-coordinate representation of color #A34015: hue angle of 18.17º degrees, saturation: 0.77, 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 #A34015 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 64 | 21 | - |
| CMYK | 0 | 0.61 | 0.87 | 0.36 |
| HSL | 18.17º | 0.77% | 0.36% | - |
| HSV(B) | 18.17º | 0.87% | 0.64% | - |
| XYZ | 17.07 | 11.51 | 2.03 | - |
| YUV | 88.7 | 89.8 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 21 | 0 | 0.61 | 0.87 | 0.36 | 18.17 | 0.77 | 0.36 |
| Hex | A3 | 40 | 15 | 0 | 3D | 57 | 24 | 12 | 4D | 24 |
| Octal | 243 | 100 | 25 | 0 | 75 | 127 | 44 | 22 | 115 | 44 |
| Binary | 10100011 | 1000000 | 10101 | 0 | 111101 | 1010111 | 100100 | 10010 | 1001101 | 100100 |
Color Harmonies of #A34015
Complementary color
Monochromatic Colors of #A34015
Black with #A34015
Text Example
Text Example
White with #A34015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34015; }
p { color: rgb(163,64,21); }
H1.HeaderClassName
{
color: #A34015;
}
.AnyTagClassName
{
color: #A34015;
}
</style>
background-color css
<style>
a { background-color: #A34015; }
a { background-color: rgb(163,64,21); }
div.DivClassName
{
background-color: #A34015;
}
.BgClassName
{
background-color: #A34015;
}
</style>
border-color css
<style>
span { border-color: #A34015; }
span { border-color: rgb(163,64,21); }
td.TdClassName
{
border-color: #A34015;
}
.TagClassName
{
border-color: #A34015;
}
</style>