Html Css Color HEX #A6376B Rouge

📋 copy color: '#A6376B'

red 166 ◦ green 55 ◦ blue 107

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

Shades of Rouge #A6376B

Tints of Rouge #A6376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.62%

R = 50.61%
G = 16.77%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A6376B (or 0xA6376B) is known color: Rouge. HEX triplet: A6, 37 and 6B. RGB value is (166,55,107). Sum of RGB (Red+Green+Blue) = 166+55+107=328 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.61% from 328); Green value is 55 (21.88% from 255 or 16.77% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 166 - color contains mainly: red. Hex color #A6376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6376B is #59C894. Grayscale: #5E5E5E. Windows color (decimal): -5884053 or 7026598. OLE color: 7026598.

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

Color convert

RGB 166 55 107 -
CMYK 0 0.67 0.36 0.35
HSL 331.89º 0.5% 0.43% -
HSV(B) 331.89º 0.67% 0.65% -
XYZ 19.75 11.9 15.17 -
YUV 94.12 135.27 179.27 -
System Red Green Blue C M Y K H S L
Decimal 166 55 107 0 0.67 0.36 0.35 331.89 0.5 0.43
Hex A6 37 6B 0 43 24 23 14C 32 2B
Octal 246 67 153 0 103 44 43 514 62 53
Binary 10100110 110111 1101011 0 1000011 100100 100011 101001100 110010 101011

Color Harmonies of #A6376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6376B

Black with #A6376B

Text Example


Text Example

White with #A6376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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