Html Css Color HEX #A0376F Rouge

📋 copy color: '#A0376F'

red 160 ◦ green 55 ◦ blue 111

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

Shades of Rouge #A0376F

Tints of Rouge #A0376F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.05%

R = 49.08%
G = 16.87%
B = 34.05%

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

#A0376F (or 0xA0376F) is known color: Rouge. HEX triplet: A0, 37 and 6F. RGB value is (160,55,111). Sum of RGB (Red+Green+Blue) = 160+55+111=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A0376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0376F is #5FC890. Grayscale: #5C5C5C. Windows color (decimal): -6277265 or 7288736. OLE color: 7288736.

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

Color convert

RGB 160 55 111 -
CMYK 0 0.66 0.31 0.37
HSL 328º 0.49% 0.42% -
HSV(B) 328º 0.66% 0.63% -
XYZ 18.73 11.35 16.24 -
YUV 92.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 160 55 111 0 0.66 0.31 0.37 328 0.49 0.42
Hex A0 37 6F 0 42 1F 25 148 31 2A
Octal 240 67 157 0 102 37 45 510 61 52
Binary 10100000 110111 1101111 0 1000010 11111 100101 101001000 110001 101010

Color Harmonies of #A0376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0376F

Black with #A0376F

Text Example


Text Example

White with #A0376F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0376F; }

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

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

background-color css

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

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

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

border-color css

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

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

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