Shades of Rust #A23612
Tints of Rust #A23612
RGB
CMYK
RGB Variations
Color information
#A23612 (or 0xA23612) is known color: Rust. HEX triplet: A2, 36 and 12. RGB value is (162,54,18). Sum of RGB (Red+Green+Blue) = 162+54+18=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 54 (21.48% from 255 or 23.08% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A23612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23612 is #5DC9ED. Grayscale: #525252. Windows color (decimal): -6146542 or 1193634. OLE color: 1193634.
HSL color Cylindrical-coordinate representation of color #A23612: hue angle of 15º 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 #A23612 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 18 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.36 |
| HSL | 15º | 0.8% | 0.35% | - |
| HSV(B) | 15º | 0.89% | 0.64% | - |
| XYZ | 16.33 | 10.36 | 1.71 | - |
| YUV | 82.19 | 91.78 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 18 | 0 | 0.67 | 0.89 | 0.36 | 15 | 0.8 | 0.35 |
| Hex | A2 | 36 | 12 | 0 | 43 | 59 | 24 | F | 50 | 23 |
| Octal | 242 | 66 | 22 | 0 | 103 | 131 | 44 | 17 | 120 | 43 |
| Binary | 10100010 | 110110 | 10010 | 0 | 1000011 | 1011001 | 100100 | 1111 | 1010000 | 100011 |
Color Harmonies of #A23612
Complementary color
Monochromatic Colors of #A23612
Black with #A23612
Text Example
Text Example
White with #A23612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23612; }
p { color: rgb(162,54,18); }
H1.HeaderClassName
{
color: #A23612;
}
.AnyTagClassName
{
color: #A23612;
}
</style>
background-color css
<style>
a { background-color: #A23612; }
a { background-color: rgb(162,54,18); }
div.DivClassName
{
background-color: #A23612;
}
.BgClassName
{
background-color: #A23612;
}
</style>
border-color css
<style>
span { border-color: #A23612; }
span { border-color: rgb(162,54,18); }
td.TdClassName
{
border-color: #A23612;
}
.TagClassName
{
border-color: #A23612;
}
</style>