Html Css Color HEX #A33C5E Rouge

📋 copy color: '#A33C5E'

red 163 ◦ green 60 ◦ blue 94

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

Shades of Rouge #A33C5E

Tints of Rouge #A33C5E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.93%

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

R = 51.42%
G = 18.93%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.36

RGB Variations

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

Color information

#A33C5E (or 0xA33C5E) is known color: Rouge. HEX triplet: A3, 3C and 5E. RGB value is (163,60,94). Sum of RGB (Red+Green+Blue) = 163+60+94=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 60 (23.83% from 255 or 18.93% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C5E is #5CC3A1. Grayscale: #5E5E5E. Windows color (decimal): -6079394 or 6175907. OLE color: 6175907.

HSL color Cylindrical-coordinate representation of color #A33C5E: hue angle of 340.19º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C5E is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 60 94 -
CMYK 0 0.63 0.42 0.36
HSL 340.19º 0.46% 0.44% -
HSV(B) 340.19º 0.63% 0.64% -
XYZ 18.74 11.83 11.88 -
YUV 94.67 127.62 176.74 -
System Red Green Blue C M Y K H S L
Decimal 163 60 94 0 0.63 0.42 0.36 340.19 0.46 0.44
Hex A3 3C 5E 0 3F 2A 24 154 2E 2C
Octal 243 74 136 0 77 52 44 524 56 54
Binary 10100011 111100 1011110 0 111111 101010 100100 101010100 101110 101100

Color Harmonies of #A33C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33C5E

Black with #A33C5E

Text Example


Text Example

White with #A33C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33C5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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