Shades of Rust #A34315
Tints of Rust #A34315
RGB
CMYK
RGB Variations
Color information
#A34315 (or 0xA34315) is known color: Rust. HEX triplet: A3, 43 and 15. RGB value is (163,67,21). Sum of RGB (Red+Green+Blue) = 163+67+21=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34315 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34315 is #5CBCEA. Grayscale: #5A5A5A. Windows color (decimal): -6077675 or 1393571. OLE color: 1393571.
HSL color Cylindrical-coordinate representation of color #A34315: hue angle of 19.44º 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 #A34315 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 21 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.36 |
| HSL | 19.44º | 0.77% | 0.36% | - |
| HSV(B) | 19.44º | 0.87% | 0.64% | - |
| XYZ | 17.25 | 11.85 | 2.09 | - |
| YUV | 90.46 | 88.8 | 179.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 21 | 0 | 0.59 | 0.87 | 0.36 | 19.44 | 0.77 | 0.36 |
| Hex | A3 | 43 | 15 | 0 | 3B | 57 | 24 | 13 | 4D | 24 |
| Octal | 243 | 103 | 25 | 0 | 73 | 127 | 44 | 23 | 115 | 44 |
| Binary | 10100011 | 1000011 | 10101 | 0 | 111011 | 1010111 | 100100 | 10011 | 1001101 | 100100 |
Color Harmonies of #A34315
Complementary color
Monochromatic Colors of #A34315
Black with #A34315
Text Example
Text Example
White with #A34315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34315; }
p { color: rgb(163,67,21); }
H1.HeaderClassName
{
color: #A34315;
}
.AnyTagClassName
{
color: #A34315;
}
</style>
background-color css
<style>
a { background-color: #A34315; }
a { background-color: rgb(163,67,21); }
div.DivClassName
{
background-color: #A34315;
}
.BgClassName
{
background-color: #A34315;
}
</style>
border-color css
<style>
span { border-color: #A34315; }
span { border-color: rgb(163,67,21); }
td.TdClassName
{
border-color: #A34315;
}
.TagClassName
{
border-color: #A34315;
}
</style>