Shades of Rust #A23709
Tints of Rust #A23709
RGB
CMYK
RGB Variations
Color information
#A23709 (or 0xA23709) is known color: Rust. HEX triplet: A2, 37 and 09. RGB value is (162,55,9). Sum of RGB (Red+Green+Blue) = 162+55+9=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 9 (3.91% from 255 or 3.98% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A23709 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23709 is #5DC8F6. Grayscale: #525252. Windows color (decimal): -6146295 or 604066. OLE color: 604066.
HSL color Cylindrical-coordinate representation of color #A23709: hue angle of 18.04º 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 #A23709 is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 9 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.36 |
| HSL | 18.04º | 0.89% | 0.34% | - |
| HSV(B) | 18.04º | 0.94% | 0.64% | - |
| XYZ | 16.32 | 10.43 | 1.41 | - |
| YUV | 81.75 | 86.95 | 185.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 9 | 0 | 0.66 | 0.94 | 0.36 | 18.04 | 0.89 | 0.34 |
| Hex | A2 | 37 | 9 | 0 | 42 | 5E | 24 | 12 | 59 | 22 |
| Octal | 242 | 67 | 11 | 0 | 102 | 136 | 44 | 22 | 131 | 42 |
| Binary | 10100010 | 110111 | 1001 | 0 | 1000010 | 1011110 | 100100 | 10010 | 1011001 | 100010 |
Color Harmonies of #A23709
Complementary color
Monochromatic Colors of #A23709
Black with #A23709
Text Example
Text Example
White with #A23709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23709; }
p { color: rgb(162,55,9); }
H1.HeaderClassName
{
color: #A23709;
}
.AnyTagClassName
{
color: #A23709;
}
</style>
background-color css
<style>
a { background-color: #A23709; }
a { background-color: rgb(162,55,9); }
div.DivClassName
{
background-color: #A23709;
}
.BgClassName
{
background-color: #A23709;
}
</style>
border-color css
<style>
span { border-color: #A23709; }
span { border-color: rgb(162,55,9); }
td.TdClassName
{
border-color: #A23709;
}
.TagClassName
{
border-color: #A23709;
}
</style>