Html Css Color HEX #A6315D Rouge

📋 copy color: '#A6315D'

red 166 ◦ green 49 ◦ blue 93

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

Shades of Rouge #A6315D

Tints of Rouge #A6315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 53.9%
G = 15.91%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A6315D (or 0xA6315D) is known color: Rouge. HEX triplet: A6, 31 and 5D. RGB value is (166,49,93). Sum of RGB (Red+Green+Blue) = 166+49+93=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A6315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6315D is #59CEA2. Grayscale: #585858. Windows color (decimal): -5885603 or 6107558. OLE color: 6107558.

HSL color Cylindrical-coordinate representation of color #A6315D: hue angle of 337.44º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6315D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 93 -
CMYK 0 0.70 0.44 0.35
HSL 337.44º 0.54% 0.42% -
HSV(B) 337.44º 0.7% 0.65% -
XYZ 18.8 11.09 11.51 -
YUV 89 130.26 182.92 -
System Red Green Blue C M Y K H S L
Decimal 166 49 93 0 0.70 0.44 0.35 337.44 0.54 0.42
Hex A6 31 5D 0 46 2C 23 151 36 2A
Octal 246 61 135 0 106 54 43 521 66 52
Binary 10100110 110001 1011101 0 1000110 101100 100011 101010001 110110 101010

Color Harmonies of #A6315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6315D

Black with #A6315D

Text Example


Text Example

White with #A6315D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6315D; }

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

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

background-color css

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

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

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

border-color css

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

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

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