Shades of Rust #A64409
Tints of Rust #A64409
RGB
CMYK
RGB Variations
Color information
#A64409 (or 0xA64409) is known color: Rust. HEX triplet: A6, 44 and 09. RGB value is (166,68,9). Sum of RGB (Red+Green+Blue) = 166+68+9=243 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.31% from 243); Green value is 68 (26.95% from 255 or 27.98% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 166 - color contains mainly: red. Hex color #A64409 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A64409 is #59BBF6. Grayscale: #5A5A5A. Windows color (decimal): -5880823 or 607398. OLE color: 607398.
HSL color Cylindrical-coordinate representation of color #A64409: hue angle of 22.55º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A64409 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 68 | 9 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.35 |
| HSL | 22.55º | 0.9% | 0.34% | - |
| HSV(B) | 22.55º | 0.95% | 0.65% | - |
| XYZ | 17.84 | 12.26 | 1.68 | - |
| YUV | 90.58 | 81.97 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 68 | 9 | 0 | 0.59 | 0.95 | 0.35 | 22.55 | 0.9 | 0.34 |
| Hex | A6 | 44 | 9 | 0 | 3B | 5F | 23 | 17 | 5A | 22 |
| Octal | 246 | 104 | 11 | 0 | 73 | 137 | 43 | 27 | 132 | 42 |
| Binary | 10100110 | 1000100 | 1001 | 0 | 111011 | 1011111 | 100011 | 10111 | 1011010 | 100010 |
Color Harmonies of #A64409
Complementary color
Monochromatic Colors of #A64409
Black with #A64409
Text Example
Text Example
White with #A64409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A64409; }
p { color: rgb(166,68,9); }
H1.HeaderClassName
{
color: #A64409;
}
.AnyTagClassName
{
color: #A64409;
}
</style>
background-color css
<style>
a { background-color: #A64409; }
a { background-color: rgb(166,68,9); }
div.DivClassName
{
background-color: #A64409;
}
.BgClassName
{
background-color: #A64409;
}
</style>
border-color css
<style>
span { border-color: #A64409; }
span { border-color: rgb(166,68,9); }
td.TdClassName
{
border-color: #A64409;
}
.TagClassName
{
border-color: #A64409;
}
</style>