#A2320C

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

Shades of Rust #A2320C

Tints of Rust #A2320C

Color information

#A2320C (or 0xA2320C) is unknown color: approx Rust. HEX triplet: A2, 32 and 0C. RGB value is (162,50,12). Sum of RGB (Red+Green+Blue) = 162+50+12=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2320C is #5DCDF3. Grayscale: #4F4F4F. Windows color (decimal): -6147572 or 799394. OLE color: 799394.

HSL color Cylindrical-coordinate representation of color #A2320C: hue angle of 15.2º degrees, saturation: 0.86, 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 #A2320C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1625012-
CMYK00.690.930.36
HSL15.2º86.21%34.12%-
HSV(B)15.2º92.59%63.53%-
XYZ16.119.991.43-
YUV79.1690.11187.09-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 72.32%
GREEN value IS 50 (19.92% from 255) = 22.32%
BLUE value IS 12 (5.08% from 255) = 5.36%
R=72.32%
G=22.32%
B=5.36%

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
Decimal162501200.690.930.3615.286.2134.12
HexA232C0455D24f5622
Octal24262140105135441712642
Binary10100010110010110001000101101110110010011111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2320C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2320C; }

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

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

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

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

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

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

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

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