Shades of Rust #A23617
Tints of Rust #A23617
RGB
CMYK
RGB Variations
Color information
#A23617 (or 0xA23617) is known color: Rust. HEX triplet: A2, 36 and 17. RGB value is (162,54,23). Sum of RGB (Red+Green+Blue) = 162+54+23=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A23617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23617 is #5DC9E8. Grayscale: #525252. Windows color (decimal): -6146537 or 1521314. OLE color: 1521314.
HSL color Cylindrical-coordinate representation of color #A23617: hue angle of 13.38º degrees, saturation: 0.75, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A23617 is Cyan = 0, Magento = 0.67, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 54 | 23 | - |
| CMYK | 0 | 0.67 | 0.86 | 0.36 |
| HSL | 13.38º | 0.75% | 0.36% | - |
| HSV(B) | 13.38º | 0.86% | 0.64% | - |
| XYZ | 16.37 | 10.38 | 1.95 | - |
| YUV | 82.76 | 94.28 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 54 | 23 | 0 | 0.67 | 0.86 | 0.36 | 13.38 | 0.75 | 0.36 |
| Hex | A2 | 36 | 17 | 0 | 43 | 56 | 24 | D | 4B | 24 |
| Octal | 242 | 66 | 27 | 0 | 103 | 126 | 44 | 15 | 113 | 44 |
| Binary | 10100010 | 110110 | 10111 | 0 | 1000011 | 1010110 | 100100 | 1101 | 1001011 | 100100 |
Color Harmonies of #A23617
Complementary color
Monochromatic Colors of #A23617
Black with #A23617
Text Example
Text Example
White with #A23617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23617; }
p { color: rgb(162,54,23); }
H1.HeaderClassName
{
color: #A23617;
}
.AnyTagClassName
{
color: #A23617;
}
</style>
background-color css
<style>
a { background-color: #A23617; }
a { background-color: rgb(162,54,23); }
div.DivClassName
{
background-color: #A23617;
}
.BgClassName
{
background-color: #A23617;
}
</style>
border-color css
<style>
span { border-color: #A23617; }
span { border-color: rgb(162,54,23); }
td.TdClassName
{
border-color: #A23617;
}
.TagClassName
{
border-color: #A23617;
}
</style>