Html Css Color HEX #A0375E Rouge

📋 copy color: '#A0375E'

red 160 ◦ green 55 ◦ blue 94

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

Shades of Rouge #A0375E

Tints of Rouge #A0375E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.42%

R = 51.78%
G = 17.8%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#A0375E (or 0xA0375E) is known color: Rouge. HEX triplet: A0, 37 and 5E. RGB value is (160,55,94). Sum of RGB (Red+Green+Blue) = 160+55+94=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 55 (21.88% from 255 or 17.80% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A0375E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0375E is #5FC8A1. Grayscale: #5A5A5A. Windows color (decimal): -6277282 or 6174624. OLE color: 6174624.

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

Color convert

RGB 160 55 94 -
CMYK 0 0.66 0.41 0.37
HSL 337.71º 0.49% 0.42% -
HSV(B) 337.71º 0.66% 0.63% -
XYZ 17.88 11.01 11.77 -
YUV 90.84 129.79 177.33 -
System Red Green Blue C M Y K H S L
Decimal 160 55 94 0 0.66 0.41 0.37 337.71 0.49 0.42
Hex A0 37 5E 0 42 29 25 152 31 2A
Octal 240 67 136 0 102 51 45 522 61 52
Binary 10100000 110111 1011110 0 1000010 101001 100101 101010010 110001 101010

Color Harmonies of #A0375E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0375E

Black with #A0375E

Text Example


Text Example

White with #A0375E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0375E; }

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

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

background-color css

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

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

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

border-color css

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

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

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