#a2375d

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

Shades of Rouge #A2375D

Tints of Rouge #A2375D

Color information

#A2375D (or 0xA2375D) is unknown color: approx Rouge. HEX triplet: A2, 37 and 5D. RGB value is (162,55,93). Sum of RGB (Red+Green+Blue) = 162+55+93=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A2375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2375D is #5DC8A2. Grayscale: #5B5B5B. Windows color (decimal): -6146211 or 6109090. OLE color: 6109090.

HSL color Cylindrical-coordinate representation of color #A2375D: hue angle of 338.69º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2375D is Cyan = 0, Magento = 0.66, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB1625593-
CMYK00.660.430.36
HSL338.69º49.31%42.55%-
HSV(B)338.69º66.05%63.53%-
XYZ18.2411.211.56-
YUV91.32128.95178.41-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.26%
GREEN value IS 55 (21.88% from 255) = 17.74%
BLUE value IS 93 (36.72% from 255) = 30%
R=52.26%
G=17.74%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162559300.660.430.36338.6949.3142.55
HexA2375D0422B24153312b
Octal24267135010253445236153
Binary10100010110111101110101000010101011100100101010011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2375d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2375d; }

 p { color: rgb(162,55,93); }

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

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

 a { background-color: rgb(162,55,93); }

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

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

 span { border-color: rgb(162,55,93); }

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