Shades of Rust #A23C0E
Tints of Rust #A23C0E
RGB
CMYK
RGB Variations
Color information
#A23C0E (or 0xA23C0E) is known color: Rust. HEX triplet: A2, 3C and 0E. RGB value is (162,60,14). Sum of RGB (Red+Green+Blue) = 162+60+14=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 60 (23.83% from 255 or 25.42% from 236); Blue value is 14 (5.86% from 255 or 5.93% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C0E is #5DC3F1. Grayscale: #555555. Windows color (decimal): -6145010 or 933026. OLE color: 933026.
HSL color Cylindrical-coordinate representation of color #A23C0E: hue angle of 18.65º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A23C0E is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 60 | 14 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.36 |
| HSL | 18.65º | 0.84% | 0.35% | - |
| HSV(B) | 18.65º | 0.91% | 0.64% | - |
| XYZ | 16.6 | 10.94 | 1.65 | - |
| YUV | 85.25 | 87.79 | 182.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 60 | 14 | 0 | 0.63 | 0.91 | 0.36 | 18.65 | 0.84 | 0.35 |
| Hex | A2 | 3C | E | 0 | 3F | 5B | 24 | 13 | 54 | 23 |
| Octal | 242 | 74 | 16 | 0 | 77 | 133 | 44 | 23 | 124 | 43 |
| Binary | 10100010 | 111100 | 1110 | 0 | 111111 | 1011011 | 100100 | 10011 | 1010100 | 100011 |
Color Harmonies of #A23C0E
Complementary color
Monochromatic Colors of #A23C0E
Black with #A23C0E
Text Example
Text Example
White with #A23C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23C0E; }
p { color: rgb(162,60,14); }
H1.HeaderClassName
{
color: #A23C0E;
}
.AnyTagClassName
{
color: #A23C0E;
}
</style>
background-color css
<style>
a { background-color: #A23C0E; }
a { background-color: rgb(162,60,14); }
div.DivClassName
{
background-color: #A23C0E;
}
.BgClassName
{
background-color: #A23C0E;
}
</style>
border-color css
<style>
span { border-color: #A23C0E; }
span { border-color: rgb(162,60,14); }
td.TdClassName
{
border-color: #A23C0E;
}
.TagClassName
{
border-color: #A23C0E;
}
</style>