Html Css Color HEX #A3376B Rouge

📋 copy color: '#A3376B'

red 163 ◦ green 55 ◦ blue 107

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

Shades of Rouge #A3376B

Tints of Rouge #A3376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 50.15%
G = 16.92%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3376B (or 0xA3376B) is known color: Rouge. HEX triplet: A3, 37 and 6B. RGB value is (163,55,107). Sum of RGB (Red+Green+Blue) = 163+55+107=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 55 (21.88% from 255 or 16.92% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A3376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3376B is #5CC894. Grayscale: #5D5D5D. Windows color (decimal): -6080661 or 7026595. OLE color: 7026595.

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

Color convert

RGB 163 55 107 -
CMYK 0 0.66 0.34 0.36
HSL 331.11º 0.5% 0.43% -
HSV(B) 331.11º 0.66% 0.64% -
XYZ 19.12 11.58 15.14 -
YUV 93.22 135.78 177.77 -
System Red Green Blue C M Y K H S L
Decimal 163 55 107 0 0.66 0.34 0.36 331.11 0.5 0.43
Hex A3 37 6B 0 42 22 24 14B 32 2B
Octal 243 67 153 0 102 42 44 513 62 53
Binary 10100011 110111 1101011 0 1000010 100010 100100 101001011 110010 101011

Color Harmonies of #A3376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3376B

Black with #A3376B

Text Example


Text Example

White with #A3376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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