Shades of Rust #A63209
Tints of Rust #A63209
RGB
CMYK
RGB Variations
Color information
#A63209 (or 0xA63209) is known color: Rust. HEX triplet: A6, 32 and 09. RGB value is (166,50,9). Sum of RGB (Red+Green+Blue) = 166+50+9=225 (29% of max value = 765). Red value is 166 (65.23% from 255 or 73.78% from 225); Green value is 50 (19.92% from 255 or 22.22% from 225); Blue value is 9 (3.91% from 255 or 4% from 225); Max value from RGB is 166 - color contains mainly: red. Hex color #A63209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A63209 is #59CDF6. Grayscale: #505050. Windows color (decimal): -5885431 or 602790. OLE color: 602790.
HSL color Cylindrical-coordinate representation of color #A63209: hue angle of 15.67º 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 #A63209 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 50 | 9 | - |
| CMYK | 0 | 0.70 | 0.95 | 0.35 |
| HSL | 15.67º | 0.9% | 0.34% | - |
| HSV(B) | 15.67º | 0.95% | 0.65% | - |
| XYZ | 16.92 | 10.41 | 1.38 | - |
| YUV | 80.01 | 87.93 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 50 | 9 | 0 | 0.70 | 0.95 | 0.35 | 15.67 | 0.9 | 0.34 |
| Hex | A6 | 32 | 9 | 0 | 46 | 5F | 23 | 10 | 5A | 22 |
| Octal | 246 | 62 | 11 | 0 | 106 | 137 | 43 | 20 | 132 | 42 |
| Binary | 10100110 | 110010 | 1001 | 0 | 1000110 | 1011111 | 100011 | 10000 | 1011010 | 100010 |
Color Harmonies of #A63209
Complementary color
Monochromatic Colors of #A63209
Black with #A63209
Text Example
Text Example
White with #A63209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63209; }
p { color: rgb(166,50,9); }
H1.HeaderClassName
{
color: #A63209;
}
.AnyTagClassName
{
color: #A63209;
}
</style>
background-color css
<style>
a { background-color: #A63209; }
a { background-color: rgb(166,50,9); }
div.DivClassName
{
background-color: #A63209;
}
.BgClassName
{
background-color: #A63209;
}
</style>
border-color css
<style>
span { border-color: #A63209; }
span { border-color: rgb(166,50,9); }
td.TdClassName
{
border-color: #A63209;
}
.TagClassName
{
border-color: #A63209;
}
</style>