Shades of Rust #A23917
Tints of Rust #A23917
RGB
CMYK
RGB Variations
Color information
#A23917 (or 0xA23917) is known color: Rust. HEX triplet: A2, 39 and 17. RGB value is (162,57,23). Sum of RGB (Red+Green+Blue) = 162+57+23=242 (32% of max value = 765). Red value is 162 (63.67% from 255 or 66.94% from 242); Green value is 57 (22.66% from 255 or 23.55% from 242); Blue value is 23 (9.38% from 255 or 9.50% from 242); Max value from RGB is 162 - color contains mainly: red. Hex color #A23917 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23917 is #5DC6E8. Grayscale: #545454. Windows color (decimal): -6145769 or 1522082. OLE color: 1522082.
HSL color Cylindrical-coordinate representation of color #A23917: hue angle of 14.68º 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 #A23917 is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 23 | - |
| CMYK | 0 | 0.65 | 0.86 | 0.36 |
| HSL | 14.68º | 0.75% | 0.36% | - |
| HSV(B) | 14.68º | 0.86% | 0.64% | - |
| XYZ | 16.52 | 10.67 | 2 | - |
| YUV | 84.52 | 93.29 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 23 | 0 | 0.65 | 0.86 | 0.36 | 14.68 | 0.75 | 0.36 |
| Hex | A2 | 39 | 17 | 0 | 41 | 56 | 24 | F | 4B | 24 |
| Octal | 242 | 71 | 27 | 0 | 101 | 126 | 44 | 17 | 113 | 44 |
| Binary | 10100010 | 111001 | 10111 | 0 | 1000001 | 1010110 | 100100 | 1111 | 1001011 | 100100 |
Color Harmonies of #A23917
Complementary color
Monochromatic Colors of #A23917
Black with #A23917
Text Example
Text Example
White with #A23917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23917; }
p { color: rgb(162,57,23); }
H1.HeaderClassName
{
color: #A23917;
}
.AnyTagClassName
{
color: #A23917;
}
</style>
background-color css
<style>
a { background-color: #A23917; }
a { background-color: rgb(162,57,23); }
div.DivClassName
{
background-color: #A23917;
}
.BgClassName
{
background-color: #A23917;
}
</style>
border-color css
<style>
span { border-color: #A23917; }
span { border-color: rgb(162,57,23); }
td.TdClassName
{
border-color: #A23917;
}
.TagClassName
{
border-color: #A23917;
}
</style>