Html Css Color HEX #A3376A Rouge

📋 copy color: '#A3376A'

red 163 ◦ green 55 ◦ blue 106

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

Shades of Rouge #A3376A

Tints of Rouge #A3376A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.72%

R = 50.31%
G = 16.98%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3376A (or 0xA3376A) is known color: Rouge. HEX triplet: A3, 37 and 6A. RGB value is (163,55,106). Sum of RGB (Red+Green+Blue) = 163+55+106=324 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.31% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 106 (41.80% from 255 or 32.72% from 324); Max value from RGB is 163 - color contains mainly: red. Hex color #A3376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3376A is #5CC895. Grayscale: #5D5D5D. Windows color (decimal): -6080662 or 6961059. OLE color: 6961059.

HSL color Cylindrical-coordinate representation of color #A3376A: hue angle of 331.67º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A3376A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 55 106 -
CMYK 0 0.66 0.35 0.36
HSL 331.67º 0.5% 0.43% -
HSV(B) 331.67º 0.66% 0.64% -
XYZ 19.07 11.56 14.86 -
YUV 93.11 135.28 177.85 -
System Red Green Blue C M Y K H S L
Decimal 163 55 106 0 0.66 0.35 0.36 331.67 0.5 0.43
Hex A3 37 6A 0 42 23 24 14C 32 2B
Octal 243 67 152 0 102 43 44 514 62 53
Binary 10100011 110111 1101010 0 1000010 100011 100100 101001100 110010 101011

Color Harmonies of #A3376A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3376A

Black with #A3376A

Text Example


Text Example

White with #A3376A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3376A; }

 p { color: rgb(163,55,106); }

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

background-color css

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

 a { background-color: rgb(163,55,106); }

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

border-color css

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

 span { border-color: rgb(163,55,106); }

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