Html Css Color HEX #A6375C Rouge

📋 copy color: '#A6375C'

red 166 ◦ green 55 ◦ blue 92

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

Shades of Rouge #A6375C

Tints of Rouge #A6375C

RGB

 RED value IS 166 (65.23% from 255) = 53.04%

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

 BLUE value IS 92 (36.33% from 255) = 29.39%

R = 53.04%
G = 17.57%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A6375C (or 0xA6375C) is known color: Rouge. HEX triplet: A6, 37 and 5C. RGB value is (166,55,92). Sum of RGB (Red+Green+Blue) = 166+55+92=313 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.04% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 166 - color contains mainly: red. Hex color #A6375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6375C is #59C8A3. Grayscale: #5C5C5C. Windows color (decimal): -5884068 or 6043558. OLE color: 6043558.

HSL color Cylindrical-coordinate representation of color #A6375C: hue angle of 340º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A6375C is Cyan = 0, Magento = 0.67, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 55 92 -
CMYK 0 0.67 0.45 0.35
HSL 340º 0.5% 0.43% -
HSV(B) 340º 0.67% 0.65% -
XYZ 19.02 11.61 11.36 -
YUV 92.41 127.77 180.49 -
System Red Green Blue C M Y K H S L
Decimal 166 55 92 0 0.67 0.45 0.35 340 0.5 0.43
Hex A6 37 5C 0 43 2D 23 154 32 2B
Octal 246 67 134 0 103 55 43 524 62 53
Binary 10100110 110111 1011100 0 1000011 101101 100011 101010100 110010 101011

Color Harmonies of #A6375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6375C

Black with #A6375C

Text Example


Text Example

White with #A6375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6375C; }

 p { color: rgb(166,55,92); }

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

background-color css

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

 a { background-color: rgb(166,55,92); }

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

border-color css

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

 span { border-color: rgb(166,55,92); }

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