Shades of Rust #A23812
Tints of Rust #A23812
RGB
CMYK
RGB Variations
Color information
#A23812 (or 0xA23812) is known color: Rust. HEX triplet: A2, 38 and 12. RGB value is (162,56,18). Sum of RGB (Red+Green+Blue) = 162+56+18=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A23812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23812 is #5DC7ED. Grayscale: #535353. Windows color (decimal): -6146030 or 1194146. OLE color: 1194146.
HSL color Cylindrical-coordinate representation of color #A23812: hue angle of 15.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A23812 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 56 | 18 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.36 |
| HSL | 15.83º | 0.8% | 0.35% | - |
| HSV(B) | 15.83º | 0.89% | 0.64% | - |
| XYZ | 16.42 | 10.55 | 1.74 | - |
| YUV | 83.36 | 91.12 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 56 | 18 | 0 | 0.65 | 0.89 | 0.36 | 15.83 | 0.8 | 0.35 |
| Hex | A2 | 38 | 12 | 0 | 41 | 59 | 24 | 10 | 50 | 23 |
| Octal | 242 | 70 | 22 | 0 | 101 | 131 | 44 | 20 | 120 | 43 |
| Binary | 10100010 | 111000 | 10010 | 0 | 1000001 | 1011001 | 100100 | 10000 | 1010000 | 100011 |
Color Harmonies of #A23812
Complementary color
Monochromatic Colors of #A23812
Black with #A23812
Text Example
Text Example
White with #A23812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23812; }
p { color: rgb(162,56,18); }
H1.HeaderClassName
{
color: #A23812;
}
.AnyTagClassName
{
color: #A23812;
}
</style>
background-color css
<style>
a { background-color: #A23812; }
a { background-color: rgb(162,56,18); }
div.DivClassName
{
background-color: #A23812;
}
.BgClassName
{
background-color: #A23812;
}
</style>
border-color css
<style>
span { border-color: #A23812; }
span { border-color: rgb(162,56,18); }
td.TdClassName
{
border-color: #A23812;
}
.TagClassName
{
border-color: #A23812;
}
</style>