Html Css Color HEX #A3375C Rouge

📋 copy color: '#A3375C'

red 163 ◦ green 55 ◦ blue 92

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

Shades of Rouge #A3375C

Tints of Rouge #A3375C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.68%

R = 52.58%
G = 17.74%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A3375C (or 0xA3375C) is known color: Rouge. HEX triplet: A3, 37 and 5C. RGB value is (163,55,92). Sum of RGB (Red+Green+Blue) = 163+55+92=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 92 (36.33% from 255 or 29.68% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A3375C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3375C is #5CC8A3. Grayscale: #5B5B5B. Windows color (decimal): -6080676 or 6043555. OLE color: 6043555.

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

Color convert

RGB 163 55 92 -
CMYK 0 0.66 0.44 0.36
HSL 339.44º 0.5% 0.43% -
HSV(B) 339.44º 0.66% 0.64% -
XYZ 18.4 11.29 11.33 -
YUV 91.51 128.28 178.99 -
System Red Green Blue C M Y K H S L
Decimal 163 55 92 0 0.66 0.44 0.36 339.44 0.5 0.43
Hex A3 37 5C 0 42 2C 24 153 32 2B
Octal 243 67 134 0 102 54 44 523 62 53
Binary 10100011 110111 1011100 0 1000010 101100 100100 101010011 110010 101011

Color Harmonies of #A3375C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3375C

Black with #A3375C

Text Example


Text Example

White with #A3375C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3375C; }

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

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

background-color css

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

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

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

border-color css

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

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

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