Shades of Rust #A23E16
Tints of Rust #A23E16
RGB
CMYK
RGB Variations
Color information
#A23E16 (or 0xA23E16) is known color: Rust. HEX triplet: A2, 3E and 16. RGB value is (162,62,22). Sum of RGB (Red+Green+Blue) = 162+62+22=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 62 (24.61% from 255 or 25.20% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E16 is #5DC1E9. Grayscale: #575757. Windows color (decimal): -6144490 or 1457826. OLE color: 1457826.
HSL color Cylindrical-coordinate representation of color #A23E16: hue angle of 17.14º 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 #A23E16 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 22 | - |
| CMYK | 0 | 0.62 | 0.86 | 0.36 |
| HSL | 17.14º | 0.76% | 0.36% | - |
| HSV(B) | 17.14º | 0.86% | 0.64% | - |
| XYZ | 16.77 | 11.18 | 2.03 | - |
| YUV | 87.34 | 91.13 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 22 | 0 | 0.62 | 0.86 | 0.36 | 17.14 | 0.76 | 0.36 |
| Hex | A2 | 3E | 16 | 0 | 3E | 56 | 24 | 11 | 4C | 24 |
| Octal | 242 | 76 | 26 | 0 | 76 | 126 | 44 | 21 | 114 | 44 |
| Binary | 10100010 | 111110 | 10110 | 0 | 111110 | 1010110 | 100100 | 10001 | 1001100 | 100100 |
Color Harmonies of #A23E16
Complementary color
Monochromatic Colors of #A23E16
Black with #A23E16
Text Example
Text Example
White with #A23E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E16; }
p { color: rgb(162,62,22); }
H1.HeaderClassName
{
color: #A23E16;
}
.AnyTagClassName
{
color: #A23E16;
}
</style>
background-color css
<style>
a { background-color: #A23E16; }
a { background-color: rgb(162,62,22); }
div.DivClassName
{
background-color: #A23E16;
}
.BgClassName
{
background-color: #A23E16;
}
</style>
border-color css
<style>
span { border-color: #A23E16; }
span { border-color: rgb(162,62,22); }
td.TdClassName
{
border-color: #A23E16;
}
.TagClassName
{
border-color: #A23E16;
}
</style>