Html Css Color HEX #A3346D Rouge

📋 copy color: '#A3346D'

red 163 ◦ green 52 ◦ blue 109

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

Shades of Rouge #A3346D

Tints of Rouge #A3346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.05%

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 50.31%
G = 16.05%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3346D (or 0xA3346D) is known color: Rouge. HEX triplet: A3, 34 and 6D. RGB value is (163,52,109). Sum of RGB (Red+Green+Blue) = 163+52+109=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 52 (20.70% from 255 or 16.05% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3346D is #5CCB92. Grayscale: #5B5B5B. Windows color (decimal): -6081427 or 7156899. OLE color: 7156899.

HSL color Cylindrical-coordinate representation of color #A3346D: hue angle of 329.19º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3346D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 52 109 -
CMYK 0 0.68 0.33 0.36
HSL 329.19º 0.52% 0.42% -
HSV(B) 329.19º 0.68% 0.64% -
XYZ 19.09 11.35 15.65 -
YUV 91.69 137.77 178.87 -
System Red Green Blue C M Y K H S L
Decimal 163 52 109 0 0.68 0.33 0.36 329.19 0.52 0.42
Hex A3 34 6D 0 44 21 24 149 34 2A
Octal 243 64 155 0 104 41 44 511 64 52
Binary 10100011 110100 1101101 0 1000100 100001 100100 101001001 110100 101010

Color Harmonies of #A3346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3346D

Black with #A3346D

Text Example


Text Example

White with #A3346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3346D; }

 p { color: rgb(163,52,109); }

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

background-color css

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

 a { background-color: rgb(163,52,109); }

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

border-color css

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

 span { border-color: rgb(163,52,109); }

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