Shades of Rust #A74109
Tints of Rust #A74109
RGB
CMYK
RGB Variations
Color information
#A74109 (or 0xA74109) is known color: Rust. HEX triplet: A7, 41 and 09. RGB value is (167,65,9). Sum of RGB (Red+Green+Blue) = 167+65+9=241 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.29% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 167 - color contains mainly: red. Hex color #A74109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74109 is #58BEF6. Grayscale: #595959. Windows color (decimal): -5816055 or 606631. OLE color: 606631.
HSL color Cylindrical-coordinate representation of color #A74109: hue angle of 21.27º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A74109 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 65 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.35 |
| HSL | 21.27º | 0.9% | 0.35% | - |
| HSV(B) | 21.27º | 0.95% | 0.65% | - |
| XYZ | 17.88 | 12.02 | 1.64 | - |
| YUV | 89.11 | 82.79 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 65 | 9 | 0 | 0.61 | 0.95 | 0.35 | 21.27 | 0.9 | 0.35 |
| Hex | A7 | 41 | 9 | 0 | 3D | 5F | 23 | 15 | 5A | 23 |
| Octal | 247 | 101 | 11 | 0 | 75 | 137 | 43 | 25 | 132 | 43 |
| Binary | 10100111 | 1000001 | 1001 | 0 | 111101 | 1011111 | 100011 | 10101 | 1011010 | 100011 |
Color Harmonies of #A74109
Complementary color
Monochromatic Colors of #A74109
Black with #A74109
Text Example
Text Example
White with #A74109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74109; }
p { color: rgb(167,65,9); }
H1.HeaderClassName
{
color: #A74109;
}
.AnyTagClassName
{
color: #A74109;
}
</style>
background-color css
<style>
a { background-color: #A74109; }
a { background-color: rgb(167,65,9); }
div.DivClassName
{
background-color: #A74109;
}
.BgClassName
{
background-color: #A74109;
}
</style>
border-color css
<style>
span { border-color: #A74109; }
span { border-color: rgb(167,65,9); }
td.TdClassName
{
border-color: #A74109;
}
.TagClassName
{
border-color: #A74109;
}
</style>