Shades of Rust #A23010
Tints of Rust #A23010
RGB
CMYK
RGB Variations
Color information
#A23010 (or 0xA23010) is known color: Rust. HEX triplet: A2, 30 and 10. RGB value is (162,48,16). Sum of RGB (Red+Green+Blue) = 162+48+16=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A23010 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23010 is #5DCFEF. Grayscale: #4E4E4E. Windows color (decimal): -6148080 or 1061026. OLE color: 1061026.
HSL color Cylindrical-coordinate representation of color #A23010: hue angle of 13.15º 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 #A23010 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 16 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.36 |
| HSL | 13.15º | 0.82% | 0.35% | - |
| HSV(B) | 13.15º | 0.9% | 0.64% | - |
| XYZ | 16.05 | 9.83 | 1.54 | - |
| YUV | 78.44 | 92.77 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 16 | 0 | 0.70 | 0.90 | 0.36 | 13.15 | 0.82 | 0.35 |
| Hex | A2 | 30 | 10 | 0 | 46 | 5A | 24 | D | 52 | 23 |
| Octal | 242 | 60 | 20 | 0 | 106 | 132 | 44 | 15 | 122 | 43 |
| Binary | 10100010 | 110000 | 10000 | 0 | 1000110 | 1011010 | 100100 | 1101 | 1010010 | 100011 |
Color Harmonies of #A23010
Complementary color
Monochromatic Colors of #A23010
Black with #A23010
Text Example
Text Example
White with #A23010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23010; }
p { color: rgb(162,48,16); }
H1.HeaderClassName
{
color: #A23010;
}
.AnyTagClassName
{
color: #A23010;
}
</style>
background-color css
<style>
a { background-color: #A23010; }
a { background-color: rgb(162,48,16); }
div.DivClassName
{
background-color: #A23010;
}
.BgClassName
{
background-color: #A23010;
}
</style>
border-color css
<style>
span { border-color: #A23010; }
span { border-color: rgb(162,48,16); }
td.TdClassName
{
border-color: #A23010;
}
.TagClassName
{
border-color: #A23010;
}
</style>