Shades of Rust #A74A13
Tints of Rust #A74A13
RGB
CMYK
RGB Variations
Color information
#A74A13 (or 0xA74A13) is known color: Rust. HEX triplet: A7, 4A and 13. RGB value is (167,74,19). Sum of RGB (Red+Green+Blue) = 167+74+19=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A74A13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74A13 is #58B5EC. Grayscale: #5F5F5F. Windows color (decimal): -5813741 or 1264295. OLE color: 1264295.
HSL color Cylindrical-coordinate representation of color #A74A13: hue angle of 22.3º 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 #A74A13 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 74 | 19 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.35 |
| HSL | 22.3º | 0.8% | 0.36% | - |
| HSV(B) | 22.3º | 0.89% | 0.65% | - |
| XYZ | 18.5 | 13.16 | 2.18 | - |
| YUV | 95.54 | 84.81 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 74 | 19 | 0 | 0.56 | 0.89 | 0.35 | 22.3 | 0.8 | 0.36 |
| Hex | A7 | 4A | 13 | 0 | 38 | 59 | 23 | 16 | 50 | 24 |
| Octal | 247 | 112 | 23 | 0 | 70 | 131 | 43 | 26 | 120 | 44 |
| Binary | 10100111 | 1001010 | 10011 | 0 | 111000 | 1011001 | 100011 | 10110 | 1010000 | 100100 |
Color Harmonies of #A74A13
Complementary color
Monochromatic Colors of #A74A13
Black with #A74A13
Text Example
Text Example
White with #A74A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74A13; }
p { color: rgb(167,74,19); }
H1.HeaderClassName
{
color: #A74A13;
}
.AnyTagClassName
{
color: #A74A13;
}
</style>
background-color css
<style>
a { background-color: #A74A13; }
a { background-color: rgb(167,74,19); }
div.DivClassName
{
background-color: #A74A13;
}
.BgClassName
{
background-color: #A74A13;
}
</style>
border-color css
<style>
span { border-color: #A74A13; }
span { border-color: rgb(167,74,19); }
td.TdClassName
{
border-color: #A74A13;
}
.TagClassName
{
border-color: #A74A13;
}
</style>