Shades of Rust #A23910
Tints of Rust #A23910
RGB
CMYK
RGB Variations
Color information
#A23910 (or 0xA23910) is known color: Rust. HEX triplet: A2, 39 and 10. RGB value is (162,57,16). Sum of RGB (Red+Green+Blue) = 162+57+16=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 16 (6.64% from 255 or 6.81% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A23910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23910 is #5DC6EF. Grayscale: #535353. Windows color (decimal): -6145776 or 1063330. OLE color: 1063330.
HSL color Cylindrical-coordinate representation of color #A23910: hue angle of 16.85º 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 #A23910 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 16 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.36 |
| HSL | 16.85º | 0.82% | 0.35% | - |
| HSV(B) | 16.85º | 0.9% | 0.64% | - |
| XYZ | 16.46 | 10.65 | 1.68 | - |
| YUV | 83.72 | 89.79 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 16 | 0 | 0.65 | 0.90 | 0.36 | 16.85 | 0.82 | 0.35 |
| Hex | A2 | 39 | 10 | 0 | 41 | 5A | 24 | 11 | 52 | 23 |
| Octal | 242 | 71 | 20 | 0 | 101 | 132 | 44 | 21 | 122 | 43 |
| Binary | 10100010 | 111001 | 10000 | 0 | 1000001 | 1011010 | 100100 | 10001 | 1010010 | 100011 |
Color Harmonies of #A23910
Complementary color
Monochromatic Colors of #A23910
Black with #A23910
Text Example
Text Example
White with #A23910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23910; }
p { color: rgb(162,57,16); }
H1.HeaderClassName
{
color: #A23910;
}
.AnyTagClassName
{
color: #A23910;
}
</style>
background-color css
<style>
a { background-color: #A23910; }
a { background-color: rgb(162,57,16); }
div.DivClassName
{
background-color: #A23910;
}
.BgClassName
{
background-color: #A23910;
}
</style>
border-color css
<style>
span { border-color: #A23910; }
span { border-color: rgb(162,57,16); }
td.TdClassName
{
border-color: #A23910;
}
.TagClassName
{
border-color: #A23910;
}
</style>