Shades of Rust #A23D09
Tints of Rust #A23D09
RGB
CMYK
RGB Variations
Color information
#A23D09 (or 0xA23D09) is known color: Rust. HEX triplet: A2, 3D and 09. RGB value is (162,61,9). Sum of RGB (Red+Green+Blue) = 162+61+9=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 61 (24.22% from 255 or 26.29% from 232); Blue value is 9 (3.91% from 255 or 3.88% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23D09 is #5DC2F6. Grayscale: #555555. Windows color (decimal): -6144759 or 605602. OLE color: 605602.
HSL color Cylindrical-coordinate representation of color #A23D09: hue angle of 20.39º 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 #A23D09 is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 61 | 9 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.36 |
| HSL | 20.39º | 0.89% | 0.34% | - |
| HSV(B) | 20.39º | 0.94% | 0.64% | - |
| XYZ | 16.62 | 11.04 | 1.51 | - |
| YUV | 85.27 | 84.96 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 61 | 9 | 0 | 0.62 | 0.94 | 0.36 | 20.39 | 0.89 | 0.34 |
| Hex | A2 | 3D | 9 | 0 | 3E | 5E | 24 | 14 | 59 | 22 |
| Octal | 242 | 75 | 11 | 0 | 76 | 136 | 44 | 24 | 131 | 42 |
| Binary | 10100010 | 111101 | 1001 | 0 | 111110 | 1011110 | 100100 | 10100 | 1011001 | 100010 |
Color Harmonies of #A23D09
Complementary color
Monochromatic Colors of #A23D09
Black with #A23D09
Text Example
Text Example
White with #A23D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23D09; }
p { color: rgb(162,61,9); }
H1.HeaderClassName
{
color: #A23D09;
}
.AnyTagClassName
{
color: #A23D09;
}
</style>
background-color css
<style>
a { background-color: #A23D09; }
a { background-color: rgb(162,61,9); }
div.DivClassName
{
background-color: #A23D09;
}
.BgClassName
{
background-color: #A23D09;
}
</style>
border-color css
<style>
span { border-color: #A23D09; }
span { border-color: rgb(162,61,9); }
td.TdClassName
{
border-color: #A23D09;
}
.TagClassName
{
border-color: #A23D09;
}
</style>