Shades of Rust #A74113
Tints of Rust #A74113
RGB
CMYK
RGB Variations
Color information
#A74113 (or 0xA74113) is known color: Rust. HEX triplet: A7, 41 and 13. RGB value is (167,65,19). Sum of RGB (Red+Green+Blue) = 167+65+19=251 (33% of max value = 765). Red value is 167 (65.62% from 255 or 66.53% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 167 - color contains mainly: red. Hex color #A74113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74113 is #58BEEC. Grayscale: #5A5A5A. Windows color (decimal): -5816045 or 1261991. OLE color: 1261991.
HSL color Cylindrical-coordinate representation of color #A74113: hue angle of 18.65º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A74113 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 19 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.35 |
| HSL | 18.65º | 0.8% | 0.36% | - |
| HSV(B) | 18.65º | 0.89% | 0.65% | - |
| XYZ | 17.94 | 12.04 | 1.99 | - |
| YUV | 90.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 19 | 0 | 0.61 | 0.89 | 0.35 | 18.65 | 0.8 | 0.36 |
| Hex | A7 | 41 | 13 | 0 | 3D | 59 | 23 | 13 | 50 | 24 |
| Octal | 247 | 101 | 23 | 0 | 75 | 131 | 43 | 23 | 120 | 44 |
| Binary | 10100111 | 1000001 | 10011 | 0 | 111101 | 1011001 | 100011 | 10011 | 1010000 | 100100 |
Color Harmonies of #A74113
Complementary color
Monochromatic Colors of #A74113
Black with #A74113
Text Example
Text Example
White with #A74113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74113; }
p { color: rgb(167,65,19); }
H1.HeaderClassName
{
color: #A74113;
}
.AnyTagClassName
{
color: #A74113;
}
</style>
background-color css
<style>
a { background-color: #A74113; }
a { background-color: rgb(167,65,19); }
div.DivClassName
{
background-color: #A74113;
}
.BgClassName
{
background-color: #A74113;
}
</style>
border-color css
<style>
span { border-color: #A74113; }
span { border-color: rgb(167,65,19); }
td.TdClassName
{
border-color: #A74113;
}
.TagClassName
{
border-color: #A74113;
}
</style>