Html Css Color HEX #A3385D Rouge

📋 copy color: '#A3385D'

red 163 ◦ green 56 ◦ blue 93

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

Shades of Rouge #A3385D

Tints of Rouge #A3385D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.95%

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

R = 52.24%
G = 17.95%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A3385D (or 0xA3385D) is known color: Rouge. HEX triplet: A3, 38 and 5D. RGB value is (163,56,93). Sum of RGB (Red+Green+Blue) = 163+56+93=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 93 (36.72% from 255 or 29.81% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A3385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3385D is #5CC7A2. Grayscale: #5C5C5C. Windows color (decimal): -6080419 or 6109347. OLE color: 6109347.

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

Color convert

RGB 163 56 93 -
CMYK 0 0.66 0.43 0.36
HSL 339.25º 0.49% 0.43% -
HSV(B) 339.25º 0.66% 0.64% -
XYZ 18.49 11.41 11.58 -
YUV 92.21 128.45 178.49 -
System Red Green Blue C M Y K H S L
Decimal 163 56 93 0 0.66 0.43 0.36 339.25 0.49 0.43
Hex A3 38 5D 0 42 2B 24 153 31 2B
Octal 243 70 135 0 102 53 44 523 61 53
Binary 10100011 111000 1011101 0 1000010 101011 100100 101010011 110001 101011

Color Harmonies of #A3385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3385D

Black with #A3385D

Text Example


Text Example

White with #A3385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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