Html Css Color HEX #AE275F Rouge

📋 copy color: '#AE275F'

red 174 ◦ green 39 ◦ blue 95

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

Shades of Rouge #AE275F

Tints of Rouge #AE275F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.66%

 BLUE value IS 95 (37.5% from 255) = 30.84%

R = 56.49%
G = 12.66%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE275F (or 0xAE275F) is known color: Rouge. HEX triplet: AE, 27 and 5F. RGB value is (174,39,95). Sum of RGB (Red+Green+Blue) = 174+39+95=308 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.49% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 174 - color contains mainly: red. Hex color #AE275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE275F is #51D8A0. Grayscale: #555555. Windows color (decimal): -5363873 or 6236078. OLE color: 6236078.

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

Color convert

RGB 174 39 95 -
CMYK 0 0.78 0.45 0.32
HSL 335.11º 0.63% 0.42% -
HSV(B) 335.11º 0.78% 0.68% -
XYZ 20.25 11.28 11.94 -
YUV 85.75 133.23 190.95 -
System Red Green Blue C M Y K H S L
Decimal 174 39 95 0 0.78 0.45 0.32 335.11 0.63 0.42
Hex AE 27 5F 0 4E 2D 20 14F 3F 2A
Octal 256 47 137 0 116 55 40 517 77 52
Binary 10101110 100111 1011111 0 1001110 101101 100000 101001111 111111 101010

Color Harmonies of #AE275F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE275F

Black with #AE275F

Text Example


Text Example

White with #AE275F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE275F; }

 p { color: rgb(174,39,95); }

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

background-color css

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

 a { background-color: rgb(174,39,95); }

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

border-color css

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

 span { border-color: rgb(174,39,95); }

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