Html Css Color HEX #AE2952 Old Rose

📋 copy color: '#AE2952'

red 174 ◦ green 41 ◦ blue 82

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

Shades of Old Rose #AE2952

Tints of Old Rose #AE2952

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

 BLUE value IS 82 (32.42% from 255) = 27.61%

R = 58.59%
G = 13.8%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE2952 (or 0xAE2952) is known color: Old Rose. HEX triplet: AE, 29 and 52. RGB value is (174,41,82). Sum of RGB (Red+Green+Blue) = 174+41+82=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2952 is #51D6AD. Grayscale: #555555. Windows color (decimal): -5363374 or 5384622. OLE color: 5384622.

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

Color convert

RGB 174 41 82 -
CMYK 0 0.76 0.53 0.32
HSL 341.5º 0.62% 0.42% -
HSV(B) 341.5º 0.76% 0.68% -
XYZ 19.77 11.19 9.1 -
YUV 85.44 126.06 191.17 -
System Red Green Blue C M Y K H S L
Decimal 174 41 82 0 0.76 0.53 0.32 341.5 0.62 0.42
Hex AE 29 52 0 4C 35 20 156 3E 2A
Octal 256 51 122 0 114 65 40 526 76 52
Binary 10101110 101001 1010010 0 1001100 110101 100000 101010110 111110 101010

Color Harmonies of #AE2952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2952

Black with #AE2952

Text Example


Text Example

White with #AE2952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2952; }

 p { color: rgb(174,41,82); }

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

background-color css

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

 a { background-color: rgb(174,41,82); }

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

border-color css

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

 span { border-color: rgb(174,41,82); }

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