Shades of Rust #A23A0C
Tints of Rust #A23A0C
RGB
CMYK
RGB Variations
Color information
#A23A0C (or 0xA23A0C) is known color: Rust. HEX triplet: A2, 3A and 0C. RGB value is (162,58,12). Sum of RGB (Red+Green+Blue) = 162+58+12=232 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.83% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 162 - color contains mainly: red. Hex color #A23A0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23A0C is #5DC5F3. Grayscale: #545454. Windows color (decimal): -6145524 or 801442. OLE color: 801442.
HSL color Cylindrical-coordinate representation of color #A23A0C: hue angle of 18.4º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A23A0C is Cyan = 0, Magento = 0.64, Yellow = 0.93 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 58 | 12 | - |
| CMYK | 0 | 0.64 | 0.93 | 0.36 |
| HSL | 18.4º | 0.86% | 0.34% | - |
| HSV(B) | 18.4º | 0.93% | 0.64% | - |
| XYZ | 16.48 | 10.73 | 1.55 | - |
| YUV | 83.85 | 87.46 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 58 | 12 | 0 | 0.64 | 0.93 | 0.36 | 18.4 | 0.86 | 0.34 |
| Hex | A2 | 3A | C | 0 | 40 | 5D | 24 | 12 | 56 | 22 |
| Octal | 242 | 72 | 14 | 0 | 100 | 135 | 44 | 22 | 126 | 42 |
| Binary | 10100010 | 111010 | 1100 | 0 | 1000000 | 1011101 | 100100 | 10010 | 1010110 | 100010 |
Color Harmonies of #A23A0C
Complementary color
Monochromatic Colors of #A23A0C
Black with #A23A0C
Text Example
Text Example
White with #A23A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23A0C; }
p { color: rgb(162,58,12); }
H1.HeaderClassName
{
color: #A23A0C;
}
.AnyTagClassName
{
color: #A23A0C;
}
</style>
background-color css
<style>
a { background-color: #A23A0C; }
a { background-color: rgb(162,58,12); }
div.DivClassName
{
background-color: #A23A0C;
}
.BgClassName
{
background-color: #A23A0C;
}
</style>
border-color css
<style>
span { border-color: #A23A0C; }
span { border-color: rgb(162,58,12); }
td.TdClassName
{
border-color: #A23A0C;
}
.TagClassName
{
border-color: #A23A0C;
}
</style>