Html Css Color HEX #A3385C Rouge

📋 copy color: '#A3385C'

red 163 ◦ green 56 ◦ blue 92

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

Shades of Rouge #A3385C

Tints of Rouge #A3385C

RGB

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

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

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

R = 52.41%
G = 18.01%
B = 29.58%

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

#A3385C (or 0xA3385C) is known color: Rouge. HEX triplet: A3, 38 and 5C. RGB value is (163,56,92). Sum of RGB (Red+Green+Blue) = 163+56+92=311 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.41% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 163 - color contains mainly: red. Hex color #A3385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3385C is #5CC7A3. Grayscale: #5C5C5C. Windows color (decimal): -6080420 or 6043811. OLE color: 6043811.

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

Color convert

RGB 163 56 92 -
CMYK 0 0.66 0.44 0.36
HSL 339.81º 0.49% 0.43% -
HSV(B) 339.81º 0.66% 0.64% -
XYZ 18.45 11.39 11.35 -
YUV 92.1 127.95 178.57 -
System Red Green Blue C M Y K H S L
Decimal 163 56 92 0 0.66 0.44 0.36 339.81 0.49 0.43
Hex A3 38 5C 0 42 2C 24 154 31 2B
Octal 243 70 134 0 102 54 44 524 61 53
Binary 10100011 111000 1011100 0 1000010 101100 100100 101010100 110001 101011

Color Harmonies of #A3385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3385C

Black with #A3385C

Text Example


Text Example

White with #A3385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3385C; }

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

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

background-color css

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

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

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

border-color css

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

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

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