#A2320B

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

Shades of Rust #A2320B

Tints of Rust #A2320B

Color information

#A2320B (or 0xA2320B) is unknown color: approx Rust. HEX triplet: A2, 32 and 0B. RGB value is (162,50,11). Sum of RGB (Red+Green+Blue) = 162+50+11=223 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.65% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 162 - color contains mainly: red. Hex color #A2320B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2320B is #5DCDF4. Grayscale: #4F4F4F. Windows color (decimal): -6147573 or 733858. OLE color: 733858.

HSL color Cylindrical-coordinate representation of color #A2320B: hue angle of 15.5º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2320B is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1625011-
CMYK00.690.930.36
HSL15.5º87.28%33.92%-
HSV(B)15.5º93.21%63.53%-
XYZ16.19.991.4-
YUV79.0489.61187.17-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.65%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=72.65%
G=22.42%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162501100.690.930.3615.587.2833.92
HexA232B0455D24f5722
Octal24262130105135441712742
Binary10100010110010101101000101101110110010011111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2320B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2320B; }

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

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

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

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

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

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

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

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