Shades of Rust #A34309
Tints of Rust #A34309
RGB
CMYK
RGB Variations
Color information
#A34309 (or 0xA34309) is known color: Rust. HEX triplet: A3, 43 and 09. RGB value is (163,67,9). Sum of RGB (Red+Green+Blue) = 163+67+9=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 67 (26.56% from 255 or 28.03% from 239); Blue value is 9 (3.91% from 255 or 3.77% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A34309 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A34309 is #5CBCF6. Grayscale: #595959. Windows color (decimal): -6077687 or 607139. OLE color: 607139.
HSL color Cylindrical-coordinate representation of color #A34309: hue angle of 22.6º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A34309 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 67 | 9 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.36 |
| HSL | 22.6º | 0.9% | 0.34% | - |
| HSV(B) | 22.6º | 0.94% | 0.64% | - |
| XYZ | 17.16 | 11.82 | 1.64 | - |
| YUV | 89.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 9 | 0 | 0.59 | 0.94 | 0.36 | 22.6 | 0.9 | 0.34 |
| Hex | A3 | 43 | 9 | 0 | 3B | 5E | 24 | 17 | 5A | 22 |
| Octal | 243 | 103 | 11 | 0 | 73 | 136 | 44 | 27 | 132 | 42 |
| Binary | 10100011 | 1000011 | 1001 | 0 | 111011 | 1011110 | 100100 | 10111 | 1011010 | 100010 |
Color Harmonies of #A34309
Complementary color
Monochromatic Colors of #A34309
Black with #A34309
Text Example
Text Example
White with #A34309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34309; }
p { color: rgb(163,67,9); }
H1.HeaderClassName
{
color: #A34309;
}
.AnyTagClassName
{
color: #A34309;
}
</style>
background-color css
<style>
a { background-color: #A34309; }
a { background-color: rgb(163,67,9); }
div.DivClassName
{
background-color: #A34309;
}
.BgClassName
{
background-color: #A34309;
}
</style>
border-color css
<style>
span { border-color: #A34309; }
span { border-color: rgb(163,67,9); }
td.TdClassName
{
border-color: #A34309;
}
.TagClassName
{
border-color: #A34309;
}
</style>