Html Css Color HEX #A3316F Rouge

📋 copy color: '#A3316F'

red 163 ◦ green 49 ◦ blue 111

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

Shades of Rouge #A3316F

Tints of Rouge #A3316F

RGB

 RED value IS 163 (64.06% from 255) = 50.46%

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 50.46%
G = 15.17%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A3316F (or 0xA3316F) is known color: Rouge. HEX triplet: A3, 31 and 6F. RGB value is (163,49,111). Sum of RGB (Red+Green+Blue) = 163+49+111=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3316F is #5CCE90. Grayscale: #5A5A5A. Windows color (decimal): -6082193 or 7287203. OLE color: 7287203.

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

Color convert

RGB 163 49 111 -
CMYK 0 0.70 0.32 0.36
HSL 327.37º 0.54% 0.42% -
HSV(B) 327.37º 0.7% 0.64% -
XYZ 19.07 11.13 16.18 -
YUV 90.15 139.77 179.96 -
System Red Green Blue C M Y K H S L
Decimal 163 49 111 0 0.70 0.32 0.36 327.37 0.54 0.42
Hex A3 31 6F 0 46 20 24 147 36 2A
Octal 243 61 157 0 106 40 44 507 66 52
Binary 10100011 110001 1101111 0 1000110 100000 100100 101000111 110110 101010

Color Harmonies of #A3316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3316F

Black with #A3316F

Text Example


Text Example

White with #A3316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3316F; }

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

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

background-color css

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

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

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

border-color css

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

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

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