Shades of Rust #A23716
Tints of Rust #A23716
RGB
CMYK
RGB Variations
Color information
#A23716 (or 0xA23716) is known color: Rust. HEX triplet: A2, 37 and 16. RGB value is (162,55,22). Sum of RGB (Red+Green+Blue) = 162+55+22=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A23716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23716 is #5DC8E9. Grayscale: #535353. Windows color (decimal): -6146282 or 1456034. OLE color: 1456034.
HSL color Cylindrical-coordinate representation of color #A23716: hue angle of 14.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 #A23716 is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 22 | - |
| CMYK | 0 | 0.66 | 0.86 | 0.36 |
| HSL | 14.14º | 0.76% | 0.36% | - |
| HSV(B) | 14.14º | 0.86% | 0.64% | - |
| XYZ | 16.41 | 10.47 | 1.92 | - |
| YUV | 83.23 | 93.45 | 184.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 22 | 0 | 0.66 | 0.86 | 0.36 | 14.14 | 0.76 | 0.36 |
| Hex | A2 | 37 | 16 | 0 | 42 | 56 | 24 | E | 4C | 24 |
| Octal | 242 | 67 | 26 | 0 | 102 | 126 | 44 | 16 | 114 | 44 |
| Binary | 10100010 | 110111 | 10110 | 0 | 1000010 | 1010110 | 100100 | 1110 | 1001100 | 100100 |
Color Harmonies of #A23716
Complementary color
Monochromatic Colors of #A23716
Black with #A23716
Text Example
Text Example
White with #A23716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23716; }
p { color: rgb(162,55,22); }
H1.HeaderClassName
{
color: #A23716;
}
.AnyTagClassName
{
color: #A23716;
}
</style>
background-color css
<style>
a { background-color: #A23716; }
a { background-color: rgb(162,55,22); }
div.DivClassName
{
background-color: #A23716;
}
.BgClassName
{
background-color: #A23716;
}
</style>
border-color css
<style>
span { border-color: #A23716; }
span { border-color: rgb(162,55,22); }
td.TdClassName
{
border-color: #A23716;
}
.TagClassName
{
border-color: #A23716;
}
</style>