Shades of Rust #A23209
Tints of Rust #A23209
RGB
CMYK
RGB Variations
Color information
#A23209 (or 0xA23209) is known color: Rust. HEX triplet: A2, 32 and 09. RGB value is (162,50,9). Sum of RGB (Red+Green+Blue) = 162+50+9=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 9 (3.91% from 255 or 4.07% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A23209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23209 is #5DCDF6. Grayscale: #4F4F4F. Windows color (decimal): -6147575 or 602786. OLE color: 602786.
HSL color Cylindrical-coordinate representation of color #A23209: hue angle of 16.08º degrees, saturation: 0.89, 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 #A23209 is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 9 | - |
| CMYK | 0 | 0.69 | 0.94 | 0.36 |
| HSL | 16.08º | 0.89% | 0.34% | - |
| HSV(B) | 16.08º | 0.94% | 0.64% | - |
| XYZ | 16.09 | 9.98 | 1.34 | - |
| YUV | 78.81 | 88.61 | 187.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 9 | 0 | 0.69 | 0.94 | 0.36 | 16.08 | 0.89 | 0.34 |
| Hex | A2 | 32 | 9 | 0 | 45 | 5E | 24 | 10 | 59 | 22 |
| Octal | 242 | 62 | 11 | 0 | 105 | 136 | 44 | 20 | 131 | 42 |
| Binary | 10100010 | 110010 | 1001 | 0 | 1000101 | 1011110 | 100100 | 10000 | 1011001 | 100010 |
Color Harmonies of #A23209
Complementary color
Monochromatic Colors of #A23209
Black with #A23209
Text Example
Text Example
White with #A23209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23209; }
p { color: rgb(162,50,9); }
H1.HeaderClassName
{
color: #A23209;
}
.AnyTagClassName
{
color: #A23209;
}
</style>
background-color css
<style>
a { background-color: #A23209; }
a { background-color: rgb(162,50,9); }
div.DivClassName
{
background-color: #A23209;
}
.BgClassName
{
background-color: #A23209;
}
</style>
border-color css
<style>
span { border-color: #A23209; }
span { border-color: rgb(162,50,9); }
td.TdClassName
{
border-color: #A23209;
}
.TagClassName
{
border-color: #A23209;
}
</style>