Shades of Rust #A34117
Tints of Rust #A34117
RGB
CMYK
RGB Variations
Color information
#A34117 (or 0xA34117) is known color: Rust. HEX triplet: A3, 41 and 17. RGB value is (163,65,23). Sum of RGB (Red+Green+Blue) = 163+65+23=251 (33% of max value = 765). Red value is 163 (64.06% from 255 or 64.94% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 23 (9.38% from 255 or 9.16% from 251); Max value from RGB is 163 - color contains mainly: red. Hex color #A34117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34117 is #5CBEE8. Grayscale: #595959. Windows color (decimal): -6078185 or 1524131. OLE color: 1524131.
HSL color Cylindrical-coordinate representation of color #A34117: hue angle of 18º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A34117 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 65 | 23 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.36 |
| HSL | 18º | 0.75% | 0.36% | - |
| HSV(B) | 18º | 0.86% | 0.64% | - |
| XYZ | 17.15 | 11.63 | 2.15 | - |
| YUV | 89.51 | 90.47 | 180.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 65 | 23 | 0 | 0.60 | 0.86 | 0.36 | 18 | 0.75 | 0.36 |
| Hex | A3 | 41 | 17 | 0 | 3C | 56 | 24 | 12 | 4B | 24 |
| Octal | 243 | 101 | 27 | 0 | 74 | 126 | 44 | 22 | 113 | 44 |
| Binary | 10100011 | 1000001 | 10111 | 0 | 111100 | 1010110 | 100100 | 10010 | 1001011 | 100100 |
Color Harmonies of #A34117
Complementary color
Monochromatic Colors of #A34117
Black with #A34117
Text Example
Text Example
White with #A34117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34117; }
p { color: rgb(163,65,23); }
H1.HeaderClassName
{
color: #A34117;
}
.AnyTagClassName
{
color: #A34117;
}
</style>
background-color css
<style>
a { background-color: #A34117; }
a { background-color: rgb(163,65,23); }
div.DivClassName
{
background-color: #A34117;
}
.BgClassName
{
background-color: #A34117;
}
</style>
border-color css
<style>
span { border-color: #A34117; }
span { border-color: rgb(163,65,23); }
td.TdClassName
{
border-color: #A34117;
}
.TagClassName
{
border-color: #A34117;
}
</style>