Shades of Rust #A74117
Tints of Rust #A74117
RGB
CMYK
RGB Variations
Color information
#A74117 (or 0xA74117) is known color: Rust. HEX triplet: A7, 41 and 17. RGB value is (167,65,23). Sum of RGB (Red+Green+Blue) = 167+65+23=255 (33% of max value = 765). Red value is 167 (65.62% from 255 or 65.49% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 167 - color contains mainly: red. Hex color #A74117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74117 is #58BEE8. Grayscale: #5A5A5A. Windows color (decimal): -5816041 or 1524135. OLE color: 1524135.
HSL color Cylindrical-coordinate representation of color #A74117: hue angle of 17.5º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A74117 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 23 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.35 |
| HSL | 17.5º | 0.76% | 0.37% | - |
| HSV(B) | 17.5º | 0.86% | 0.65% | - |
| XYZ | 17.98 | 12.06 | 2.19 | - |
| YUV | 90.71 | 89.79 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 23 | 0 | 0.61 | 0.86 | 0.35 | 17.5 | 0.76 | 0.37 |
| Hex | A7 | 41 | 17 | 0 | 3D | 56 | 23 | 12 | 4C | 25 |
| Octal | 247 | 101 | 27 | 0 | 75 | 126 | 43 | 22 | 114 | 45 |
| Binary | 10100111 | 1000001 | 10111 | 0 | 111101 | 1010110 | 100011 | 10010 | 1001100 | 100101 |
Color Harmonies of #A74117
Complementary color
Monochromatic Colors of #A74117
Black with #A74117
Text Example
Text Example
White with #A74117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74117; }
p { color: rgb(167,65,23); }
H1.HeaderClassName
{
color: #A74117;
}
.AnyTagClassName
{
color: #A74117;
}
</style>
background-color css
<style>
a { background-color: #A74117; }
a { background-color: rgb(167,65,23); }
div.DivClassName
{
background-color: #A74117;
}
.BgClassName
{
background-color: #A74117;
}
</style>
border-color css
<style>
span { border-color: #A74117; }
span { border-color: rgb(167,65,23); }
td.TdClassName
{
border-color: #A74117;
}
.TagClassName
{
border-color: #A74117;
}
</style>