Html Css Color HEX #A2375D Rouge

📋 copy color: '#A2375D'

red 162 ◦ green 55 ◦ blue 93

#A2375D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #A2375D

Tints of Rouge #A2375D

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 value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A2375D (or 0xA2375D) is known color: 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

RGB 162 55 93 -
CMYK 0 0.66 0.43 0.36
HSL 338.69º 0.49% 0.43% -
HSV(B) 338.69º 0.66% 0.64% -
XYZ 18.24 11.2 11.56 -
YUV 91.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 162 55 93 0 0.66 0.43 0.36 338.69 0.49 0.43
Hex A2 37 5D 0 42 2B 24 153 31 2B
Octal 242 67 135 0 102 53 44 523 61 53
Binary 10100010 110111 1011101 0 1000010 101011 100100 101010011 110001 101011

Color Harmonies of #A2375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2375D

Black with #A2375D

Text Example


Text Example

White with #A2375D

Text Example


Text Example

HTML Codes & Css Web 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>