Shades of Rust #A23F09
Tints of Rust #A23F09
RGB
CMYK
RGB Variations
Color information
#A23F09 (or 0xA23F09) is known color: Rust. HEX triplet: A2, 3F and 09. RGB value is (162,63,9). Sum of RGB (Red+Green+Blue) = 162+63+9=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 63 (25% from 255 or 26.92% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A23F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23F09 is #5DC0F6. Grayscale: #565656. Windows color (decimal): -6144247 or 606114. OLE color: 606114.
HSL color Cylindrical-coordinate representation of color #A23F09: hue angle of 21.18º 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 #A23F09 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 63 | 9 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.36 |
| HSL | 21.18º | 0.89% | 0.34% | - |
| HSV(B) | 21.18º | 0.94% | 0.64% | - |
| XYZ | 16.73 | 11.26 | 1.55 | - |
| YUV | 86.45 | 84.3 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 63 | 9 | 0 | 0.61 | 0.94 | 0.36 | 21.18 | 0.89 | 0.34 |
| Hex | A2 | 3F | 9 | 0 | 3D | 5E | 24 | 15 | 59 | 22 |
| Octal | 242 | 77 | 11 | 0 | 75 | 136 | 44 | 25 | 131 | 42 |
| Binary | 10100010 | 111111 | 1001 | 0 | 111101 | 1011110 | 100100 | 10101 | 1011001 | 100010 |
Color Harmonies of #A23F09
Complementary color
Monochromatic Colors of #A23F09
Black with #A23F09
Text Example
Text Example
White with #A23F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23F09; }
p { color: rgb(162,63,9); }
H1.HeaderClassName
{
color: #A23F09;
}
.AnyTagClassName
{
color: #A23F09;
}
</style>
background-color css
<style>
a { background-color: #A23F09; }
a { background-color: rgb(162,63,9); }
div.DivClassName
{
background-color: #A23F09;
}
.BgClassName
{
background-color: #A23F09;
}
</style>
border-color css
<style>
span { border-color: #A23F09; }
span { border-color: rgb(162,63,9); }
td.TdClassName
{
border-color: #A23F09;
}
.TagClassName
{
border-color: #A23F09;
}
</style>