Html Css Color HEX #A3385E Rouge

📋 copy color: '#A3385E'

red 163 ◦ green 56 ◦ blue 94

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

Shades of Rouge #A3385E

Tints of Rouge #A3385E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.03%

R = 52.08%
G = 17.89%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A3385E (or 0xA3385E) is known color: Rouge. HEX triplet: A3, 38 and 5E. RGB value is (163,56,94). Sum of RGB (Red+Green+Blue) = 163+56+94=313 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.08% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 163 - color contains mainly: red. Hex color #A3385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3385E is #5CC7A1. Grayscale: #5C5C5C. Windows color (decimal): -6080418 or 6174883. OLE color: 6174883.

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

Color convert

RGB 163 56 94 -
CMYK 0 0.66 0.42 0.36
HSL 338.69º 0.49% 0.43% -
HSV(B) 338.69º 0.66% 0.64% -
XYZ 18.54 11.42 11.82 -
YUV 92.33 128.95 178.41 -
System Red Green Blue C M Y K H S L
Decimal 163 56 94 0 0.66 0.42 0.36 338.69 0.49 0.43
Hex A3 38 5E 0 42 2A 24 153 31 2B
Octal 243 70 136 0 102 52 44 523 61 53
Binary 10100011 111000 1011110 0 1000010 101010 100100 101010011 110001 101011

Color Harmonies of #A3385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3385E

Black with #A3385E

Text Example


Text Example

White with #A3385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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