Shades of Rust #A84109
Tints of Rust #A84109
RGB
CMYK
RGB Variations
Color information
#A84109 (or 0xA84109) is known color: Rust. HEX triplet: A8, 41 and 09. RGB value is (168,65,9). Sum of RGB (Red+Green+Blue) = 168+65+9=242 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.42% from 242); Green value is 65 (25.78% from 255 or 26.86% from 242); Blue value is 9 (3.91% from 255 or 3.72% from 242); Max value from RGB is 168 - color contains mainly: red. Hex color #A84109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A84109 is #57BEF6. Grayscale: #595959. Windows color (decimal): -5750519 or 606632. OLE color: 606632.
HSL color Cylindrical-coordinate representation of color #A84109: hue angle of 21.13º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A84109 is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 65 | 9 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.34 |
| HSL | 21.13º | 0.9% | 0.35% | - |
| HSV(B) | 21.13º | 0.95% | 0.66% | - |
| XYZ | 18.09 | 12.13 | 1.65 | - |
| YUV | 89.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 65 | 9 | 0 | 0.61 | 0.95 | 0.34 | 21.13 | 0.9 | 0.35 |
| Hex | A8 | 41 | 9 | 0 | 3D | 5F | 22 | 15 | 5A | 23 |
| Octal | 250 | 101 | 11 | 0 | 75 | 137 | 42 | 25 | 132 | 43 |
| Binary | 10101000 | 1000001 | 1001 | 0 | 111101 | 1011111 | 100010 | 10101 | 1011010 | 100011 |
Color Harmonies of #A84109
Complementary color
Monochromatic Colors of #A84109
Black with #A84109
Text Example
Text Example
White with #A84109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A84109; }
p { color: rgb(168,65,9); }
H1.HeaderClassName
{
color: #A84109;
}
.AnyTagClassName
{
color: #A84109;
}
</style>
background-color css
<style>
a { background-color: #A84109; }
a { background-color: rgb(168,65,9); }
div.DivClassName
{
background-color: #A84109;
}
.BgClassName
{
background-color: #A84109;
}
</style>
border-color css
<style>
span { border-color: #A84109; }
span { border-color: rgb(168,65,9); }
td.TdClassName
{
border-color: #A84109;
}
.TagClassName
{
border-color: #A84109;
}
</style>