Html Css Color HEX #AE375D Rouge

📋 copy color: '#AE375D'

red 174 ◦ green 55 ◦ blue 93

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

Shades of Rouge #AE375D

Tints of Rouge #AE375D

RGB

 RED value IS 174 (68.36% from 255) = 54.04%

 GREEN value IS 55 (21.88% from 255) = 17.08%

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

R = 54.04%
G = 17.08%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE375D (or 0xAE375D) is known color: Rouge. HEX triplet: AE, 37 and 5D. RGB value is (174,55,93). Sum of RGB (Red+Green+Blue) = 174+55+93=322 (42% of max value = 765). Red value is 174 (68.36% from 255 or 54.04% from 322); Green value is 55 (21.88% from 255 or 17.08% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 174 - color contains mainly: red. Hex color #AE375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE375D is #51C8A2. Grayscale: #5E5E5E. Windows color (decimal): -5359779 or 6109102. OLE color: 6109102.

HSL color Cylindrical-coordinate representation of color #AE375D: hue angle of 340.84º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE375D is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 55 93 -
CMYK 0 0.68 0.47 0.32
HSL 340.84º 0.52% 0.45% -
HSV(B) 340.84º 0.68% 0.68% -
XYZ 20.8 12.52 11.68 -
YUV 94.91 126.92 184.41 -
System Red Green Blue C M Y K H S L
Decimal 174 55 93 0 0.68 0.47 0.32 340.84 0.52 0.45
Hex AE 37 5D 0 44 2F 20 155 34 2D
Octal 256 67 135 0 104 57 40 525 64 55
Binary 10101110 110111 1011101 0 1000100 101111 100000 101010101 110100 101101

Color Harmonies of #AE375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE375D

Black with #AE375D

Text Example


Text Example

White with #AE375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE375D; }

 p { color: rgb(174,55,93); }

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

background-color css

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

 a { background-color: rgb(174,55,93); }

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

border-color css

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

 span { border-color: rgb(174,55,93); }

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