Shades of Rust #A23E0A
Tints of Rust #A23E0A
RGB
CMYK
RGB Variations
Color information
#A23E0A (or 0xA23E0A) is known color: Rust. HEX triplet: A2, 3E and 0A. RGB value is (162,62,10). Sum of RGB (Red+Green+Blue) = 162+62+10=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 62 (24.61% from 255 or 26.50% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E0A is #5DC1F5. Grayscale: #565656. Windows color (decimal): -6144502 or 671394. OLE color: 671394.
HSL color Cylindrical-coordinate representation of color #A23E0A: hue angle of 20.53º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A23E0A is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 10 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.36 |
| HSL | 20.53º | 0.88% | 0.34% | - |
| HSV(B) | 20.53º | 0.94% | 0.64% | - |
| XYZ | 16.68 | 11.15 | 1.56 | - |
| YUV | 85.97 | 85.13 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 10 | 0 | 0.62 | 0.94 | 0.36 | 20.53 | 0.88 | 0.34 |
| Hex | A2 | 3E | A | 0 | 3E | 5E | 24 | 15 | 58 | 22 |
| Octal | 242 | 76 | 12 | 0 | 76 | 136 | 44 | 25 | 130 | 42 |
| Binary | 10100010 | 111110 | 1010 | 0 | 111110 | 1011110 | 100100 | 10101 | 1011000 | 100010 |
Color Harmonies of #A23E0A
Complementary color
Monochromatic Colors of #A23E0A
Black with #A23E0A
Text Example
Text Example
White with #A23E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E0A; }
p { color: rgb(162,62,10); }
H1.HeaderClassName
{
color: #A23E0A;
}
.AnyTagClassName
{
color: #A23E0A;
}
</style>
background-color css
<style>
a { background-color: #A23E0A; }
a { background-color: rgb(162,62,10); }
div.DivClassName
{
background-color: #A23E0A;
}
.BgClassName
{
background-color: #A23E0A;
}
</style>
border-color css
<style>
span { border-color: #A23E0A; }
span { border-color: rgb(162,62,10); }
td.TdClassName
{
border-color: #A23E0A;
}
.TagClassName
{
border-color: #A23E0A;
}
</style>