Shades of Rust #A23909
Tints of Rust #A23909
RGB
CMYK
RGB Variations
Color information
#A23909 (or 0xA23909) is known color: Rust. HEX triplet: A2, 39 and 09. RGB value is (162,57,9). Sum of RGB (Red+Green+Blue) = 162+57+9=228 (30% of max value = 765). Red value is 162 (63.67% from 255 or 71.05% from 228); Green value is 57 (22.66% from 255 or 25% from 228); Blue value is 9 (3.91% from 255 or 3.95% from 228); Max value from RGB is 162 - color contains mainly: red. Hex color #A23909 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23909 is #5DC6F6. Grayscale: #535353. Windows color (decimal): -6145783 or 604578. OLE color: 604578.
HSL color Cylindrical-coordinate representation of color #A23909: hue angle of 18.82º 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 #A23909 is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 9 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.36 |
| HSL | 18.82º | 0.89% | 0.34% | - |
| HSV(B) | 18.82º | 0.94% | 0.64% | - |
| XYZ | 16.41 | 10.63 | 1.44 | - |
| YUV | 82.92 | 86.29 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 9 | 0 | 0.65 | 0.94 | 0.36 | 18.82 | 0.89 | 0.34 |
| Hex | A2 | 39 | 9 | 0 | 41 | 5E | 24 | 13 | 59 | 22 |
| Octal | 242 | 71 | 11 | 0 | 101 | 136 | 44 | 23 | 131 | 42 |
| Binary | 10100010 | 111001 | 1001 | 0 | 1000001 | 1011110 | 100100 | 10011 | 1011001 | 100010 |
Color Harmonies of #A23909
Complementary color
Monochromatic Colors of #A23909
Black with #A23909
Text Example
Text Example
White with #A23909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23909; }
p { color: rgb(162,57,9); }
H1.HeaderClassName
{
color: #A23909;
}
.AnyTagClassName
{
color: #A23909;
}
</style>
background-color css
<style>
a { background-color: #A23909; }
a { background-color: rgb(162,57,9); }
div.DivClassName
{
background-color: #A23909;
}
.BgClassName
{
background-color: #A23909;
}
</style>
border-color css
<style>
span { border-color: #A23909; }
span { border-color: rgb(162,57,9); }
td.TdClassName
{
border-color: #A23909;
}
.TagClassName
{
border-color: #A23909;
}
</style>