Shades of Rust #A74914
Tints of Rust #A74914
RGB
CMYK
RGB Variations
Color information
#A74914 (or 0xA74914) is known color: Rust. HEX triplet: A7, 49 and 14. RGB value is (167,73,20). Sum of RGB (Red+Green+Blue) = 167+73+20=260 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.23% from 260); Green value is 73 (28.91% from 255 or 28.08% from 260); Blue value is 20 (8.20% from 255 or 7.69% from 260); Max value from RGB is 167 - color contains mainly: red. Hex color #A74914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74914 is #58B6EB. Grayscale: #5F5F5F. Windows color (decimal): -5813996 or 1329575. OLE color: 1329575.
HSL color Cylindrical-coordinate representation of color #A74914: hue angle of 21.63º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A74914 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 73 | 20 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.35 |
| HSL | 21.63º | 0.79% | 0.37% | - |
| HSV(B) | 21.63º | 0.88% | 0.65% | - |
| XYZ | 18.45 | 13.03 | 2.2 | - |
| YUV | 95.06 | 85.64 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 73 | 20 | 0 | 0.56 | 0.88 | 0.35 | 21.63 | 0.79 | 0.37 |
| Hex | A7 | 49 | 14 | 0 | 38 | 58 | 23 | 16 | 4F | 25 |
| Octal | 247 | 111 | 24 | 0 | 70 | 130 | 43 | 26 | 117 | 45 |
| Binary | 10100111 | 1001001 | 10100 | 0 | 111000 | 1011000 | 100011 | 10110 | 1001111 | 100101 |
Color Harmonies of #A74914
Complementary color
Monochromatic Colors of #A74914
Black with #A74914
Text Example
Text Example
White with #A74914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74914; }
p { color: rgb(167,73,20); }
H1.HeaderClassName
{
color: #A74914;
}
.AnyTagClassName
{
color: #A74914;
}
</style>
background-color css
<style>
a { background-color: #A74914; }
a { background-color: rgb(167,73,20); }
div.DivClassName
{
background-color: #A74914;
}
.BgClassName
{
background-color: #A74914;
}
</style>
border-color css
<style>
span { border-color: #A74914; }
span { border-color: rgb(167,73,20); }
td.TdClassName
{
border-color: #A74914;
}
.TagClassName
{
border-color: #A74914;
}
</style>