Shades of Rust #A23405
Tints of Rust #A23405
RGB
CMYK
RGB Variations
Color information
#A23405 (or 0xA23405) is known color: Rust. HEX triplet: A2, 34 and 05. RGB value is (162,52,5). Sum of RGB (Red+Green+Blue) = 162+52+5=219 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.97% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 162 - color contains mainly: red. Hex color #A23405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23405 is #5DCBFA. Grayscale: #4F4F4F. Windows color (decimal): -6147067 or 341154. OLE color: 341154.
HSL color Cylindrical-coordinate representation of color #A23405: hue angle of 17.96º 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 #A23405 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 52 | 5 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.36 |
| HSL | 17.96º | 0.94% | 0.33% | - |
| HSV(B) | 17.96º | 0.97% | 0.64% | - |
| XYZ | 16.16 | 10.15 | 1.25 | - |
| YUV | 79.53 | 85.94 | 186.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 52 | 5 | 0 | 0.68 | 0.97 | 0.36 | 17.96 | 0.94 | 0.33 |
| Hex | A2 | 34 | 5 | 0 | 44 | 61 | 24 | 12 | 5E | 21 |
| Octal | 242 | 64 | 5 | 0 | 104 | 141 | 44 | 22 | 136 | 41 |
| Binary | 10100010 | 110100 | 101 | 0 | 1000100 | 1100001 | 100100 | 10010 | 1011110 | 100001 |
Color Harmonies of #A23405
Complementary color
Monochromatic Colors of #A23405
Black with #A23405
Text Example
Text Example
White with #A23405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A23405; }
p { color: rgb(162,52,5); }
H1.HeaderClassName
{
color: #A23405;
}
.AnyTagClassName
{
color: #A23405;
}
</style>
background-color css
<style>
a { background-color: #A23405; }
a { background-color: rgb(162,52,5); }
div.DivClassName
{
background-color: #A23405;
}
.BgClassName
{
background-color: #A23405;
}
</style>
border-color css
<style>
span { border-color: #A23405; }
span { border-color: rgb(162,52,5); }
td.TdClassName
{
border-color: #A23405;
}
.TagClassName
{
border-color: #A23405;
}
</style>