#A0375E

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

Shades of Rouge #A0375E

Tints of Rouge #A0375E

Color information

#A0375E (or 0xA0375E) is unknown color: approx Rouge. HEX triplet: A0, 37 and 5E. RGB value is (160,55,94). Sum of RGB (Red+Green+Blue) = 160+55+94=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0375E is #5FC8A1. Grayscale: #5A5A5A. Windows color (decimal): -6277282 or 6174624. OLE color: 6174624.

HSL color Cylindrical-coordinate representation of color #A0375E: hue angle of 337.71º 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 #A0375E is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1605594-
CMYK00.660.410.37
HSL337.71º48.84%42.16%-
HSV(B)337.71º65.62%62.75%-
XYZ17.8811.0111.77-
YUV90.84129.79177.33-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 55 (21.88% from 255) = 17.80%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=51.78%
G=17.80%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160559400.660.410.37337.7148.8442.16
HexA0375E0422925152312a
Octal24067136010251455226152
Binary10100000110111101111001000010101001100101101010010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0375E; }

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

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

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

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

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

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

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

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