Shades of Rust #A74009
Tints of Rust #A74009
RGB
CMYK
RGB Variations
Color information
#A74009 (or 0xA74009) is known color: Rust. HEX triplet: A7, 40 and 09. RGB value is (167,64,9). Sum of RGB (Red+Green+Blue) = 167+64+9=240 (31% of max value = 765). Red value is 167 (65.62% from 255 or 69.58% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 167 - color contains mainly: red. Hex color #A74009 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74009 is #58BFF6. Grayscale: #585858. Windows color (decimal): -5816311 or 606375. OLE color: 606375.
HSL color Cylindrical-coordinate representation of color #A74009: hue angle of 20.89º 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 #A74009 is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 64 | 9 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.35 |
| HSL | 20.89º | 0.9% | 0.35% | - |
| HSV(B) | 20.89º | 0.95% | 0.65% | - |
| XYZ | 17.82 | 11.9 | 1.62 | - |
| YUV | 88.53 | 83.12 | 183.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 64 | 9 | 0 | 0.62 | 0.95 | 0.35 | 20.89 | 0.9 | 0.35 |
| Hex | A7 | 40 | 9 | 0 | 3E | 5F | 23 | 15 | 5A | 23 |
| Octal | 247 | 100 | 11 | 0 | 76 | 137 | 43 | 25 | 132 | 43 |
| Binary | 10100111 | 1000000 | 1001 | 0 | 111110 | 1011111 | 100011 | 10101 | 1011010 | 100011 |
Color Harmonies of #A74009
Complementary color
Monochromatic Colors of #A74009
Black with #A74009
Text Example
Text Example
White with #A74009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A74009; }
p { color: rgb(167,64,9); }
H1.HeaderClassName
{
color: #A74009;
}
.AnyTagClassName
{
color: #A74009;
}
</style>
background-color css
<style>
a { background-color: #A74009; }
a { background-color: rgb(167,64,9); }
div.DivClassName
{
background-color: #A74009;
}
.BgClassName
{
background-color: #A74009;
}
</style>
border-color css
<style>
span { border-color: #A74009; }
span { border-color: rgb(167,64,9); }
td.TdClassName
{
border-color: #A74009;
}
.TagClassName
{
border-color: #A74009;
}
</style>