#A2375E

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

Shades of Rouge #A2375E

Tints of Rouge #A2375E

Color information

#A2375E (or 0xA2375E) is unknown color: approx Rouge. HEX triplet: A2, 37 and 5E. RGB value is (162,55,94). Sum of RGB (Red+Green+Blue) = 162+55+94=311 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.09% from 311); Green value is 55 (21.88% from 255 or 17.68% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 162 - color contains mainly: red. Hex color #A2375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A2375E is #5DC8A1. Grayscale: #5B5B5B. Windows color (decimal): -6146210 or 6174626. OLE color: 6174626.

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

Color convert

RGB1625594-
CMYK00.660.420.36
HSL338.13º49.31%42.55%-
HSV(B)338.13º66.05%63.53%-
XYZ18.2911.2211.79-
YUV91.44129.45178.33-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 52.09%
GREEN value IS 55 (21.88% from 255) = 17.68%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=52.09%
G=17.68%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162559400.660.420.36338.1349.3142.55
HexA2375E0422A24152312b
Octal24267136010252445226153
Binary10100010110111101111001000010101010100100101010010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2375E; }

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

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

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

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

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

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

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

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