Shades of Rust #A23205
Tints of Rust #A23205
RGB
CMYK
RGB Variations
Color information
#A23205 (or 0xA23205) is known color: Rust. HEX triplet: A2, 32 and 05. RGB value is (162,50,5). Sum of RGB (Red+Green+Blue) = 162+50+5=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A23205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23205 is #5DCDFA. Grayscale: #4E4E4E. Windows color (decimal): -6147579 or 340642. OLE color: 340642.
HSL color Cylindrical-coordinate representation of color #A23205: hue angle of 17.2º 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 #A23205 is Cyan = 0, Magento = 0.69, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 50 | 5 | - |
| CMYK | 0 | 0.69 | 0.97 | 0.36 |
| HSL | 17.2º | 0.94% | 0.33% | - |
| HSV(B) | 17.2º | 0.97% | 0.64% | - |
| XYZ | 16.07 | 9.97 | 1.22 | - |
| YUV | 78.36 | 86.61 | 187.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 50 | 5 | 0 | 0.69 | 0.97 | 0.36 | 17.2 | 0.94 | 0.33 |
| Hex | A2 | 32 | 5 | 0 | 45 | 61 | 24 | 11 | 5E | 21 |
| Octal | 242 | 62 | 5 | 0 | 105 | 141 | 44 | 21 | 136 | 41 |
| Binary | 10100010 | 110010 | 101 | 0 | 1000101 | 1100001 | 100100 | 10001 | 1011110 | 100001 |
Color Harmonies of #A23205
Complementary color
Monochromatic Colors of #A23205
Black with #A23205
Text Example
Text Example
White with #A23205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23205; }
p { color: rgb(162,50,5); }
H1.HeaderClassName
{
color: #A23205;
}
.AnyTagClassName
{
color: #A23205;
}
</style>
background-color css
<style>
a { background-color: #A23205; }
a { background-color: rgb(162,50,5); }
div.DivClassName
{
background-color: #A23205;
}
.BgClassName
{
background-color: #A23205;
}
</style>
border-color css
<style>
span { border-color: #A23205; }
span { border-color: rgb(162,50,5); }
td.TdClassName
{
border-color: #A23205;
}
.TagClassName
{
border-color: #A23205;
}
</style>