Shades of Rust #A23915
Tints of Rust #A23915
RGB
CMYK
RGB Variations
Color information
#A23915 (or 0xA23915) is known color: Rust. HEX triplet: A2, 39 and 15. RGB value is (162,57,21). Sum of RGB (Red+Green+Blue) = 162+57+21=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 21 (8.59% from 255 or 8.75% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A23915 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23915 is #5DC6EA. Grayscale: #545454. Windows color (decimal): -6145771 or 1391010. OLE color: 1391010.
HSL color Cylindrical-coordinate representation of color #A23915: hue angle of 15.32º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A23915 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 21 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.36 |
| HSL | 15.32º | 0.77% | 0.36% | - |
| HSV(B) | 15.32º | 0.87% | 0.64% | - |
| XYZ | 16.5 | 10.66 | 1.9 | - |
| YUV | 84.29 | 92.29 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 21 | 0 | 0.65 | 0.87 | 0.36 | 15.32 | 0.77 | 0.36 |
| Hex | A2 | 39 | 15 | 0 | 41 | 57 | 24 | F | 4D | 24 |
| Octal | 242 | 71 | 25 | 0 | 101 | 127 | 44 | 17 | 115 | 44 |
| Binary | 10100010 | 111001 | 10101 | 0 | 1000001 | 1010111 | 100100 | 1111 | 1001101 | 100100 |
Color Harmonies of #A23915
Complementary color
Monochromatic Colors of #A23915
Black with #A23915
Text Example
Text Example
White with #A23915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23915; }
p { color: rgb(162,57,21); }
H1.HeaderClassName
{
color: #A23915;
}
.AnyTagClassName
{
color: #A23915;
}
</style>
background-color css
<style>
a { background-color: #A23915; }
a { background-color: rgb(162,57,21); }
div.DivClassName
{
background-color: #A23915;
}
.BgClassName
{
background-color: #A23915;
}
</style>
border-color css
<style>
span { border-color: #A23915; }
span { border-color: rgb(162,57,21); }
td.TdClassName
{
border-color: #A23915;
}
.TagClassName
{
border-color: #A23915;
}
</style>