Html Css Color HEX #A6375D Rouge

📋 copy color: '#A6375D'

red 166 ◦ green 55 ◦ blue 93

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

Shades of Rouge #A6375D

Tints of Rouge #A6375D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 52.87%
G = 17.52%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6375D (or 0xA6375D) is known color: Rouge. HEX triplet: A6, 37 and 5D. RGB value is (166,55,93). Sum of RGB (Red+Green+Blue) = 166+55+93=314 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.87% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 166 - color contains mainly: red. Hex color #A6375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6375D is #59C8A2. Grayscale: #5C5C5C. Windows color (decimal): -5884067 or 6109094. OLE color: 6109094.

HSL color Cylindrical-coordinate representation of color #A6375D: hue angle of 339.46º 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 #A6375D is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 55 93 -
CMYK 0 0.67 0.44 0.35
HSL 339.46º 0.5% 0.43% -
HSV(B) 339.46º 0.67% 0.65% -
XYZ 19.07 11.63 11.6 -
YUV 92.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 166 55 93 0 0.67 0.44 0.35 339.46 0.5 0.43
Hex A6 37 5D 0 43 2C 23 153 32 2B
Octal 246 67 135 0 103 54 43 523 62 53
Binary 10100110 110111 1011101 0 1000011 101100 100011 101010011 110010 101011

Color Harmonies of #A6375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6375D

Black with #A6375D

Text Example


Text Example

White with #A6375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6375D; }

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

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

background-color css

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

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

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

border-color css

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

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

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