Shades of Rust #A23914
Tints of Rust #A23914
RGB
CMYK
RGB Variations
Color information
#A23914 (or 0xA23914) is known color: Rust. HEX triplet: A2, 39 and 14. RGB value is (162,57,20). Sum of RGB (Red+Green+Blue) = 162+57+20=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 57 (22.66% from 255 or 23.85% from 239); Blue value is 20 (8.20% from 255 or 8.37% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A23914 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23914 is #5DC6EB. Grayscale: #545454. Windows color (decimal): -6145772 or 1325474. OLE color: 1325474.
HSL color Cylindrical-coordinate representation of color #A23914: hue angle of 15.63º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A23914 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 20 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.36 |
| HSL | 15.63º | 0.78% | 0.36% | - |
| HSV(B) | 15.63º | 0.88% | 0.64% | - |
| XYZ | 16.49 | 10.66 | 1.85 | - |
| YUV | 84.18 | 91.79 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 20 | 0 | 0.65 | 0.88 | 0.36 | 15.63 | 0.78 | 0.36 |
| Hex | A2 | 39 | 14 | 0 | 41 | 58 | 24 | 10 | 4E | 24 |
| Octal | 242 | 71 | 24 | 0 | 101 | 130 | 44 | 20 | 116 | 44 |
| Binary | 10100010 | 111001 | 10100 | 0 | 1000001 | 1011000 | 100100 | 10000 | 1001110 | 100100 |
Color Harmonies of #A23914
Complementary color
Monochromatic Colors of #A23914
Black with #A23914
Text Example
Text Example
White with #A23914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23914; }
p { color: rgb(162,57,20); }
H1.HeaderClassName
{
color: #A23914;
}
.AnyTagClassName
{
color: #A23914;
}
</style>
background-color css
<style>
a { background-color: #A23914; }
a { background-color: rgb(162,57,20); }
div.DivClassName
{
background-color: #A23914;
}
.BgClassName
{
background-color: #A23914;
}
</style>
border-color css
<style>
span { border-color: #A23914; }
span { border-color: rgb(162,57,20); }
td.TdClassName
{
border-color: #A23914;
}
.TagClassName
{
border-color: #A23914;
}
</style>