Html Css Color HEX #A0376C Rouge

📋 copy color: '#A0376C'

red 160 ◦ green 55 ◦ blue 108

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

Shades of Rouge #A0376C

Tints of Rouge #A0376C

RGB

 RED value IS 160 (62.89% from 255) = 49.54%

 GREEN value IS 55 (21.88% from 255) = 17.03%

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 49.54%
G = 17.03%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0376C (or 0xA0376C) is known color: Rouge. HEX triplet: A0, 37 and 6C. RGB value is (160,55,108). Sum of RGB (Red+Green+Blue) = 160+55+108=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A0376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0376C is #5FC893. Grayscale: #5C5C5C. Windows color (decimal): -6277268 or 7092128. OLE color: 7092128.

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

Color convert

RGB 160 55 108 -
CMYK 0 0.66 0.32 0.37
HSL 329.71º 0.49% 0.42% -
HSV(B) 329.71º 0.66% 0.63% -
XYZ 18.57 11.29 15.39 -
YUV 92.44 136.79 176.19 -
System Red Green Blue C M Y K H S L
Decimal 160 55 108 0 0.66 0.32 0.37 329.71 0.49 0.42
Hex A0 37 6C 0 42 20 25 14A 31 2A
Octal 240 67 154 0 102 40 45 512 61 52
Binary 10100000 110111 1101100 0 1000010 100000 100101 101001010 110001 101010

Color Harmonies of #A0376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0376C

Black with #A0376C

Text Example


Text Example

White with #A0376C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0376C; }

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

 H1.HeaderClassName
 {
   color: #A0376C;
 }
 .AnyTagClassName
 {
   color: #A0376C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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