Shades of Rust #A23710
Tints of Rust #A23710
RGB
CMYK
RGB Variations
Color information
#A23710 (or 0xA23710) is known color: Rust. HEX triplet: A2, 37 and 10. RGB value is (162,55,16). Sum of RGB (Red+Green+Blue) = 162+55+16=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 16 (6.64% from 255 or 6.87% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A23710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23710 is #5DC8EF. Grayscale: #525252. Windows color (decimal): -6146288 or 1062818. OLE color: 1062818.
HSL color Cylindrical-coordinate representation of color #A23710: hue angle of 16.03º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A23710 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 55 | 16 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.36 |
| HSL | 16.03º | 0.82% | 0.35% | - |
| HSV(B) | 16.03º | 0.9% | 0.64% | - |
| XYZ | 16.36 | 10.45 | 1.65 | - |
| YUV | 82.55 | 90.45 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 55 | 16 | 0 | 0.66 | 0.90 | 0.36 | 16.03 | 0.82 | 0.35 |
| Hex | A2 | 37 | 10 | 0 | 42 | 5A | 24 | 10 | 52 | 23 |
| Octal | 242 | 67 | 20 | 0 | 102 | 132 | 44 | 20 | 122 | 43 |
| Binary | 10100010 | 110111 | 10000 | 0 | 1000010 | 1011010 | 100100 | 10000 | 1010010 | 100011 |
Color Harmonies of #A23710
Complementary color
Monochromatic Colors of #A23710
Black with #A23710
Text Example
Text Example
White with #A23710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23710; }
p { color: rgb(162,55,16); }
H1.HeaderClassName
{
color: #A23710;
}
.AnyTagClassName
{
color: #A23710;
}
</style>
background-color css
<style>
a { background-color: #A23710; }
a { background-color: rgb(162,55,16); }
div.DivClassName
{
background-color: #A23710;
}
.BgClassName
{
background-color: #A23710;
}
</style>
border-color css
<style>
span { border-color: #A23710; }
span { border-color: rgb(162,55,16); }
td.TdClassName
{
border-color: #A23710;
}
.TagClassName
{
border-color: #A23710;
}
</style>