Html Css Color HEX #A3395D Rouge

📋 copy color: '#A3395D'

red 163 ◦ green 57 ◦ blue 93

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

Shades of Rouge #A3395D

Tints of Rouge #A3395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.21%

 BLUE value IS 93 (36.72% from 255) = 29.71%

R = 52.08%
G = 18.21%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3395D (or 0xA3395D) is known color: Rouge. HEX triplet: A3, 39 and 5D. RGB value is (163,57,93). Sum of RGB (Red+Green+Blue) = 163+57+93=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3395D is #5CC6A2. Grayscale: #5C5C5C. Windows color (decimal): -6080163 or 6109603. OLE color: 6109603.

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

Color convert

RGB 163 57 93 -
CMYK 0 0.65 0.43 0.36
HSL 339.62º 0.48% 0.43% -
HSV(B) 339.62º 0.65% 0.64% -
XYZ 18.54 11.5 11.6 -
YUV 92.8 128.12 178.07 -
System Red Green Blue C M Y K H S L
Decimal 163 57 93 0 0.65 0.43 0.36 339.62 0.48 0.43
Hex A3 39 5D 0 41 2B 24 154 30 2B
Octal 243 71 135 0 101 53 44 524 60 53
Binary 10100011 111001 1011101 0 1000001 101011 100100 101010100 110000 101011

Color Harmonies of #A3395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3395D

Black with #A3395D

Text Example


Text Example

White with #A3395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3395D; }

 p { color: rgb(163,57,93); }

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

background-color css

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

 a { background-color: rgb(163,57,93); }

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

border-color css

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

 span { border-color: rgb(163,57,93); }

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