#A23211

Color #A23211 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #A23211

Tints of Rust #A23211

Color information

#A23211 (or 0xA23211) is unknown color: approx Rust. HEX triplet: A2, 32 and 11. RGB value is (162,50,17). Sum of RGB (Red+Green+Blue) = 162+50+17=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 17 (7.03% from 255 or 7.42% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A23211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23211 is #5DCDEE. Grayscale: #4F4F4F. Windows color (decimal): -6147567 or 1127074. OLE color: 1127074.

HSL color Cylindrical-coordinate representation of color #A23211: hue angle of 13.66º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A23211 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1625017-
CMYK00.690.900.36
HSL13.66º81.01%35.1%-
HSV(B)13.66º89.51%63.53%-
XYZ16.14101.61-
YUV79.7392.61186.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 70.74%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 17 (7.03% from 255) = 7.42%
R=70.74%
G=21.83%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162501700.690.900.3613.6681.0135.1
HexA232110455A24e5123
Octal24262210105132441612143
Binary101000101100101000101000101101101010010011101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23211; }

 p { color: rgb(162,50,17); }

 H1.HeaderClassName
 {
   color: #A23211;
 }
 .AnyTagClassName
 {
   color: #A23211;
 }
</style>
background-color css

<style>
 a { background-color: #A23211; }

 a { background-color: rgb(162,50,17); }

 div.DivClassName
 {
   background-color: #A23211;
 }
 .BgClassName
 {
   background-color: #A23211;
 }
</style>
border-color css

<style>
 span { border-color: #A23211; }

 span { border-color: rgb(162,50,17); }

 td.TdClassName
 {
   border-color: #A23211;
 }
 .TagClassName
 {
   border-color: #A23211;
 }
</style>