Shades of Rust #A83209
Tints of Rust #A83209
RGB
CMYK
RGB Variations
Color information
#A83209 (or 0xA83209) is known color: Rust. HEX triplet: A8, 32 and 09. RGB value is (168,50,9). Sum of RGB (Red+Green+Blue) = 168+50+9=227 (30% of max value = 765). Red value is 168 (66.02% from 255 or 74.01% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 9 (3.91% from 255 or 3.96% from 227); Max value from RGB is 168 - color contains mainly: red. Hex color #A83209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A83209 is #57CDF6. Grayscale: #505050. Windows color (decimal): -5754359 or 602792. OLE color: 602792.
HSL color Cylindrical-coordinate representation of color #A83209: hue angle of 15.47º 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 #A83209 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 50 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.34 |
| HSL | 15.47º | 0.9% | 0.35% | - |
| HSV(B) | 15.47º | 0.95% | 0.66% | - |
| XYZ | 17.34 | 10.63 | 1.4 | - |
| YUV | 80.61 | 87.59 | 190.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 50 | 9 | 0 | 0.70 | 0.95 | 0.34 | 15.47 | 0.9 | 0.35 |
| Hex | A8 | 32 | 9 | 0 | 46 | 5F | 22 | F | 5A | 23 |
| Octal | 250 | 62 | 11 | 0 | 106 | 137 | 42 | 17 | 132 | 43 |
| Binary | 10101000 | 110010 | 1001 | 0 | 1000110 | 1011111 | 100010 | 1111 | 1011010 | 100011 |
Color Harmonies of #A83209
Complementary color
Monochromatic Colors of #A83209
Black with #A83209
Text Example
Text Example
White with #A83209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A83209; }
p { color: rgb(168,50,9); }
H1.HeaderClassName
{
color: #A83209;
}
.AnyTagClassName
{
color: #A83209;
}
</style>
background-color css
<style>
a { background-color: #A83209; }
a { background-color: rgb(168,50,9); }
div.DivClassName
{
background-color: #A83209;
}
.BgClassName
{
background-color: #A83209;
}
</style>
border-color css
<style>
span { border-color: #A83209; }
span { border-color: rgb(168,50,9); }
td.TdClassName
{
border-color: #A83209;
}
.TagClassName
{
border-color: #A83209;
}
</style>