#A0375D

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

Shades of Rouge #A0375D

Tints of Rouge #A0375D

Color information

#A0375D (or 0xA0375D) is unknown color: approx Rouge. HEX triplet: A0, 37 and 5D. RGB value is (160,55,93). Sum of RGB (Red+Green+Blue) = 160+55+93=308 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.95% from 308); Green value is 55 (21.88% from 255 or 17.86% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 160 - color contains mainly: red. Hex color #A0375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0375D is #5FC8A2. Grayscale: #5A5A5A. Windows color (decimal): -6277283 or 6109088. OLE color: 6109088.

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

Color convert

RGB1605593-
CMYK00.660.420.37
HSL338.29º48.84%42.16%-
HSV(B)338.29º65.62%62.75%-
XYZ17.841111.54-
YUV90.73129.29177.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.95%
GREEN value IS 55 (21.88% from 255) = 17.86%
BLUE value IS 93 (36.72% from 255) = 30.19%
R=51.95%
G=17.86%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160559300.660.420.37338.2948.8442.16
HexA0375D0422A25152312a
Octal24067135010252455226152
Binary10100000110111101110101000010101010100101101010010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0375D; }

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

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

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

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

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

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

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

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