Html Css Color HEX #AE1949 Old Rose

📋 copy color: '#AE1949'

red 174 ◦ green 25 ◦ blue 73

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

Shades of Old Rose #AE1949

Tints of Old Rose #AE1949

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.19%

 BLUE value IS 73 (28.91% from 255) = 26.84%

R = 63.97%
G = 9.19%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.32

RGB Variations

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

Color information

#AE1949 (or 0xAE1949) is known color: Old Rose. HEX triplet: AE, 19 and 49. RGB value is (174,25,73). Sum of RGB (Red+Green+Blue) = 174+25+73=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE1949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AE1949 is #51E6B6. Grayscale: #4A4A4A. Windows color (decimal): -5367479 or 4790702. OLE color: 4790702.

HSL color Cylindrical-coordinate representation of color #AE1949: hue angle of 340.67º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AE1949 is Cyan = 0, Magento = 0.86, Yellow = 0.58 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 25 73 -
CMYK 0 0.86 0.58 0.32
HSL 340.67º 0.75% 0.39% -
HSV(B) 340.67º 0.86% 0.68% -
XYZ 19.01 10.17 7.27 -
YUV 75.02 126.86 198.6 -
System Red Green Blue C M Y K H S L
Decimal 174 25 73 0 0.86 0.58 0.32 340.67 0.75 0.39
Hex AE 19 49 0 56 3A 20 155 4B 27
Octal 256 31 111 0 126 72 40 525 113 47
Binary 10101110 11001 1001001 0 1010110 111010 100000 101010101 1001011 100111

Color Harmonies of #AE1949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE1949

Black with #AE1949

Text Example


Text Example

White with #AE1949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE1949; }

 p { color: rgb(174,25,73); }

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

background-color css

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

 a { background-color: rgb(174,25,73); }

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

border-color css

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

 span { border-color: rgb(174,25,73); }

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