Shades of Rust #A23A16
Tints of Rust #A23A16
RGB
CMYK
RGB Variations
Color information
#A23A16 (or 0xA23A16) is known color: Rust. HEX triplet: A2, 3A and 16. RGB value is (162,58,22). Sum of RGB (Red+Green+Blue) = 162+58+22=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 58 (23.05% from 255 or 23.97% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A16 is #5DC5E9. Grayscale: #555555. Windows color (decimal): -6145514 or 1456802. OLE color: 1456802.
HSL color Cylindrical-coordinate representation of color #A23A16: hue angle of 15.43º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A23A16 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 22 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.36 |
| HSL | 15.43º | 0.76% | 0.36% | - |
| HSV(B) | 15.43º | 0.86% | 0.64% | - |
| XYZ | 16.56 | 10.77 | 1.96 | - |
| YUV | 84.99 | 92.46 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 22 | 0 | 0.64 | 0.86 | 0.36 | 15.43 | 0.76 | 0.36 |
| Hex | A2 | 3A | 16 | 0 | 40 | 56 | 24 | F | 4C | 24 |
| Octal | 242 | 72 | 26 | 0 | 100 | 126 | 44 | 17 | 114 | 44 |
| Binary | 10100010 | 111010 | 10110 | 0 | 1000000 | 1010110 | 100100 | 1111 | 1001100 | 100100 |
Color Harmonies of #A23A16
Complementary color
Monochromatic Colors of #A23A16
Black with #A23A16
Text Example
Text Example
White with #A23A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A16; }
p { color: rgb(162,58,22); }
H1.HeaderClassName
{
color: #A23A16;
}
.AnyTagClassName
{
color: #A23A16;
}
</style>
background-color css
<style>
a { background-color: #A23A16; }
a { background-color: rgb(162,58,22); }
div.DivClassName
{
background-color: #A23A16;
}
.BgClassName
{
background-color: #A23A16;
}
</style>
border-color css
<style>
span { border-color: #A23A16; }
span { border-color: rgb(162,58,22); }
td.TdClassName
{
border-color: #A23A16;
}
.TagClassName
{
border-color: #A23A16;
}
</style>