Shades of Rust #A34113
Tints of Rust #A34113
RGB
CMYK
RGB Variations
Color information
#A34113 (or 0xA34113) is known color: Rust. HEX triplet: A3, 41 and 13. RGB value is (163,65,19). Sum of RGB (Red+Green+Blue) = 163+65+19=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 65 (25.78% from 255 or 26.32% from 247); Blue value is 19 (7.81% from 255 or 7.69% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A34113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34113 is #5CBEEC. Grayscale: #595959. Windows color (decimal): -6078189 or 1261987. OLE color: 1261987.
HSL color Cylindrical-coordinate representation of color #A34113: hue angle of 19.17º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A34113 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 19 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.36 |
| HSL | 19.17º | 0.79% | 0.36% | - |
| HSV(B) | 19.17º | 0.88% | 0.64% | - |
| XYZ | 17.11 | 11.61 | 1.96 | - |
| YUV | 89.06 | 88.47 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 19 | 0 | 0.60 | 0.88 | 0.36 | 19.17 | 0.79 | 0.36 |
| Hex | A3 | 41 | 13 | 0 | 3C | 58 | 24 | 13 | 4F | 24 |
| Octal | 243 | 101 | 23 | 0 | 74 | 130 | 44 | 23 | 117 | 44 |
| Binary | 10100011 | 1000001 | 10011 | 0 | 111100 | 1011000 | 100100 | 10011 | 1001111 | 100100 |
Color Harmonies of #A34113
Complementary color
Monochromatic Colors of #A34113
Black with #A34113
Text Example
Text Example
White with #A34113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34113; }
p { color: rgb(163,65,19); }
H1.HeaderClassName
{
color: #A34113;
}
.AnyTagClassName
{
color: #A34113;
}
</style>
background-color css
<style>
a { background-color: #A34113; }
a { background-color: rgb(163,65,19); }
div.DivClassName
{
background-color: #A34113;
}
.BgClassName
{
background-color: #A34113;
}
</style>
border-color css
<style>
span { border-color: #A34113; }
span { border-color: rgb(163,65,19); }
td.TdClassName
{
border-color: #A34113;
}
.TagClassName
{
border-color: #A34113;
}
</style>