#A3316C

Color #A3316C Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A3316C

Tints of Rouge #A3316C

Color information

#A3316C (or 0xA3316C) is unknown color: approx Rouge. HEX triplet: A3, 31 and 6C. RGB value is (163,49,108). Sum of RGB (Red+Green+Blue) = 163+49+108=320 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.94% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 163 - color contains mainly: red. Hex color #A3316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3316C is #5CCE93. Grayscale: #595959. Windows color (decimal): -6082196 or 7090595. OLE color: 7090595.

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

Color convert

RGB16349108-
CMYK00.700.340.36
HSL328.95º53.77%41.57%-
HSV(B)328.95º69.94%63.92%-
XYZ18.9111.0715.33-
YUV89.81138.27180.2-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.94%
GREEN value IS 49 (19.53% from 255) = 15.31%
BLUE value IS 108 (42.58% from 255) = 33.75%
R=50.94%
G=15.31%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1634910800.700.340.36328.9553.7741.57
HexA3316C0462224149362a
Octal24361154010642445116652
Binary10100011110001110110001000110100010100100101001001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3316C; }

 p { color: rgb(163,49,108); }

 H1.HeaderClassName
 {
   color: #A3316C;
 }
 .AnyTagClassName
 {
   color: #A3316C;
 }
</style>
background-color css

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

 a { background-color: rgb(163,49,108); }

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

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

 span { border-color: rgb(163,49,108); }

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