Shades of Rust #A23E13
Tints of Rust #A23E13
RGB
CMYK
RGB Variations
Color information
#A23E13 (or 0xA23E13) is known color: Rust. HEX triplet: A2, 3E and 13. RGB value is (162,62,19). Sum of RGB (Red+Green+Blue) = 162+62+19=243 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.67% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 19 (7.81% from 255 or 7.82% from 243); Max value from RGB is 162 - color contains mainly: red. Hex color #A23E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23E13 is #5DC1EC. Grayscale: #575757. Windows color (decimal): -6144493 or 1261218. OLE color: 1261218.
HSL color Cylindrical-coordinate representation of color #A23E13: hue angle of 18.04º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A23E13 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 62 | 19 | - |
| CMYK | 0 | 0.62 | 0.88 | 0.36 |
| HSL | 18.04º | 0.79% | 0.35% | - |
| HSV(B) | 18.04º | 0.88% | 0.64% | - |
| XYZ | 16.74 | 11.17 | 1.89 | - |
| YUV | 87 | 89.63 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 62 | 19 | 0 | 0.62 | 0.88 | 0.36 | 18.04 | 0.79 | 0.35 |
| Hex | A2 | 3E | 13 | 0 | 3E | 58 | 24 | 12 | 4F | 23 |
| Octal | 242 | 76 | 23 | 0 | 76 | 130 | 44 | 22 | 117 | 43 |
| Binary | 10100010 | 111110 | 10011 | 0 | 111110 | 1011000 | 100100 | 10010 | 1001111 | 100011 |
Color Harmonies of #A23E13
Complementary color
Monochromatic Colors of #A23E13
Black with #A23E13
Text Example
Text Example
White with #A23E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23E13; }
p { color: rgb(162,62,19); }
H1.HeaderClassName
{
color: #A23E13;
}
.AnyTagClassName
{
color: #A23E13;
}
</style>
background-color css
<style>
a { background-color: #A23E13; }
a { background-color: rgb(162,62,19); }
div.DivClassName
{
background-color: #A23E13;
}
.BgClassName
{
background-color: #A23E13;
}
</style>
border-color css
<style>
span { border-color: #A23E13; }
span { border-color: rgb(162,62,19); }
td.TdClassName
{
border-color: #A23E13;
}
.TagClassName
{
border-color: #A23E13;
}
</style>