Shades of Rust #A23900
Tints of Rust #A23900
RGB
CMYK
RGB Variations
Color information
#A23900 (or 0xA23900) is known color: Rust. HEX triplet: A2, 39 and 00. RGB value is (162,57,0). Sum of RGB (Red+Green+Blue) = 162+57+0=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A23900 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23900 is #5DC6FF. Grayscale: #525252. Windows color (decimal): -6145792 or 14754. OLE color: 14754.
HSL color Cylindrical-coordinate representation of color #A23900: hue angle of 21.11º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A23900 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.36 |
| HSL | 21.11º | 1% | 0.32% | - |
| HSV(B) | 21.11º | 1% | 0.64% | - |
| XYZ | 16.36 | 10.61 | 1.19 | - |
| YUV | 81.9 | 81.79 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 0 | 0 | 0.65 | 1 | 0.36 | 21.11 | 1 | 0.32 |
| Hex | A2 | 39 | 0 | 0 | 41 | 64 | 24 | 15 | 64 | 20 |
| Octal | 242 | 71 | 0 | 0 | 101 | 144 | 44 | 25 | 144 | 40 |
| Binary | 10100010 | 111001 | 0 | 0 | 1000001 | 1100100 | 100100 | 10101 | 1100100 | 100000 |
Color Harmonies of #A23900
Complementary color
Monochromatic Colors of #A23900
Black with #A23900
Text Example
Text Example
White with #A23900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23900; }
p { color: rgb(162,57,0); }
H1.HeaderClassName
{
color: #A23900;
}
.AnyTagClassName
{
color: #A23900;
}
</style>
background-color css
<style>
a { background-color: #A23900; }
a { background-color: rgb(162,57,0); }
div.DivClassName
{
background-color: #A23900;
}
.BgClassName
{
background-color: #A23900;
}
</style>
border-color css
<style>
span { border-color: #A23900; }
span { border-color: rgb(162,57,0); }
td.TdClassName
{
border-color: #A23900;
}
.TagClassName
{
border-color: #A23900;
}
</style>