Shades of Rust #A23B16
Tints of Rust #A23B16
RGB
CMYK
RGB Variations
Color information
#A23B16 (or 0xA23B16) is known color: Rust. HEX triplet: A2, 3B and 16. RGB value is (162,59,22). Sum of RGB (Red+Green+Blue) = 162+59+22=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23B16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23B16 is #5DC4E9. Grayscale: #555555. Windows color (decimal): -6145258 or 1457058. OLE color: 1457058.
HSL color Cylindrical-coordinate representation of color #A23B16: hue angle of 15.86º 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 #A23B16 is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 59 | 22 | - |
| CMYK | 0 | 0.64 | 0.86 | 0.36 |
| HSL | 15.86º | 0.76% | 0.36% | - |
| HSV(B) | 15.86º | 0.86% | 0.64% | - |
| XYZ | 16.61 | 10.87 | 1.98 | - |
| YUV | 85.58 | 92.12 | 182.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 59 | 22 | 0 | 0.64 | 0.86 | 0.36 | 15.86 | 0.76 | 0.36 |
| Hex | A2 | 3B | 16 | 0 | 40 | 56 | 24 | 10 | 4C | 24 |
| Octal | 242 | 73 | 26 | 0 | 100 | 126 | 44 | 20 | 114 | 44 |
| Binary | 10100010 | 111011 | 10110 | 0 | 1000000 | 1010110 | 100100 | 10000 | 1001100 | 100100 |
Color Harmonies of #A23B16
Complementary color
Monochromatic Colors of #A23B16
Black with #A23B16
Text Example
Text Example
White with #A23B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23B16; }
p { color: rgb(162,59,22); }
H1.HeaderClassName
{
color: #A23B16;
}
.AnyTagClassName
{
color: #A23B16;
}
</style>
background-color css
<style>
a { background-color: #A23B16; }
a { background-color: rgb(162,59,22); }
div.DivClassName
{
background-color: #A23B16;
}
.BgClassName
{
background-color: #A23B16;
}
</style>
border-color css
<style>
span { border-color: #A23B16; }
span { border-color: rgb(162,59,22); }
td.TdClassName
{
border-color: #A23B16;
}
.TagClassName
{
border-color: #A23B16;
}
</style>