Shades of Rust #A23905
Tints of Rust #A23905
RGB
CMYK
RGB Variations
Color information
#A23905 (or 0xA23905) is known color: Rust. HEX triplet: A2, 39 and 05. RGB value is (162,57,5). Sum of RGB (Red+Green+Blue) = 162+57+5=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 5 (2.34% from 255 or 2.23% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A23905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23905 is #5DC6FA. Grayscale: #525252. Windows color (decimal): -6145787 or 342434. OLE color: 342434.
HSL color Cylindrical-coordinate representation of color #A23905: hue angle of 19.87º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A23905 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 57 | 5 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.36 |
| HSL | 19.87º | 0.94% | 0.33% | - |
| HSV(B) | 19.87º | 0.97% | 0.64% | - |
| XYZ | 16.39 | 10.62 | 1.33 | - |
| YUV | 82.47 | 84.29 | 184.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 57 | 5 | 0 | 0.65 | 0.97 | 0.36 | 19.87 | 0.94 | 0.33 |
| Hex | A2 | 39 | 5 | 0 | 41 | 61 | 24 | 14 | 5E | 21 |
| Octal | 242 | 71 | 5 | 0 | 101 | 141 | 44 | 24 | 136 | 41 |
| Binary | 10100010 | 111001 | 101 | 0 | 1000001 | 1100001 | 100100 | 10100 | 1011110 | 100001 |
Color Harmonies of #A23905
Complementary color
Monochromatic Colors of #A23905
Black with #A23905
Text Example
Text Example
White with #A23905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23905; }
p { color: rgb(162,57,5); }
H1.HeaderClassName
{
color: #A23905;
}
.AnyTagClassName
{
color: #A23905;
}
</style>
background-color css
<style>
a { background-color: #A23905; }
a { background-color: rgb(162,57,5); }
div.DivClassName
{
background-color: #A23905;
}
.BgClassName
{
background-color: #A23905;
}
</style>
border-color css
<style>
span { border-color: #A23905; }
span { border-color: rgb(162,57,5); }
td.TdClassName
{
border-color: #A23905;
}
.TagClassName
{
border-color: #A23905;
}
</style>