Shades of Rust #A23013
Tints of Rust #A23013
RGB
CMYK
RGB Variations
Color information
#A23013 (or 0xA23013) is known color: Rust. HEX triplet: A2, 30 and 13. RGB value is (162,48,19). Sum of RGB (Red+Green+Blue) = 162+48+19=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 48 (19.14% from 255 or 20.96% from 229); Blue value is 19 (7.81% from 255 or 8.30% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A23013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23013 is #5DCFEC. Grayscale: #4F4F4F. Windows color (decimal): -6148077 or 1257634. OLE color: 1257634.
HSL color Cylindrical-coordinate representation of color #A23013: hue angle of 12.17º 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 #A23013 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 48 | 19 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.36 |
| HSL | 12.17º | 0.79% | 0.35% | - |
| HSV(B) | 12.17º | 0.88% | 0.64% | - |
| XYZ | 16.07 | 9.84 | 1.67 | - |
| YUV | 78.78 | 94.27 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 48 | 19 | 0 | 0.70 | 0.88 | 0.36 | 12.17 | 0.79 | 0.35 |
| Hex | A2 | 30 | 13 | 0 | 46 | 58 | 24 | C | 4F | 23 |
| Octal | 242 | 60 | 23 | 0 | 106 | 130 | 44 | 14 | 117 | 43 |
| Binary | 10100010 | 110000 | 10011 | 0 | 1000110 | 1011000 | 100100 | 1100 | 1001111 | 100011 |
Color Harmonies of #A23013
Complementary color
Monochromatic Colors of #A23013
Black with #A23013
Text Example
Text Example
White with #A23013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23013; }
p { color: rgb(162,48,19); }
H1.HeaderClassName
{
color: #A23013;
}
.AnyTagClassName
{
color: #A23013;
}
</style>
background-color css
<style>
a { background-color: #A23013; }
a { background-color: rgb(162,48,19); }
div.DivClassName
{
background-color: #A23013;
}
.BgClassName
{
background-color: #A23013;
}
</style>
border-color css
<style>
span { border-color: #A23013; }
span { border-color: rgb(162,48,19); }
td.TdClassName
{
border-color: #A23013;
}
.TagClassName
{
border-color: #A23013;
}
</style>