Html Css Color HEX #A0376E Rouge

📋 copy color: '#A0376E'

red 160 ◦ green 55 ◦ blue 110

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

Shades of Rouge #A0376E

Tints of Rouge #A0376E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.85%

R = 49.23%
G = 16.92%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0376E (or 0xA0376E) is known color: Rouge. HEX triplet: A0, 37 and 6E. RGB value is (160,55,110). Sum of RGB (Red+Green+Blue) = 160+55+110=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A0376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0376E is #5FC891. Grayscale: #5C5C5C. Windows color (decimal): -6277266 or 7223200. OLE color: 7223200.

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

Color convert

RGB 160 55 110 -
CMYK 0 0.66 0.31 0.37
HSL 328.57º 0.49% 0.42% -
HSV(B) 328.57º 0.66% 0.63% -
XYZ 18.68 11.33 15.95 -
YUV 92.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 160 55 110 0 0.66 0.31 0.37 328.57 0.49 0.42
Hex A0 37 6E 0 42 1F 25 149 31 2A
Octal 240 67 156 0 102 37 45 511 61 52
Binary 10100000 110111 1101110 0 1000010 11111 100101 101001001 110001 101010

Color Harmonies of #A0376E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0376E

Black with #A0376E

Text Example


Text Example

White with #A0376E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0376E; }

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

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

background-color css

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

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

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

border-color css

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

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

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