Html Css Color HEX #AE2242 Old Rose

📋 copy color: '#AE2242'

red 174 ◦ green 34 ◦ blue 66

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

Shades of Old Rose #AE2242

Tints of Old Rose #AE2242

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.41%

 BLUE value IS 66 (26.17% from 255) = 24.09%

R = 63.5%
G = 12.41%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE2242 (or 0xAE2242) is known color: Old Rose. HEX triplet: AE, 22 and 42. RGB value is (174,34,66). Sum of RGB (Red+Green+Blue) = 174+34+66=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2242 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2242 is #51DDBD. Grayscale: #4F4F4F. Windows color (decimal): -5365182 or 4334254. OLE color: 4334254.

HSL color Cylindrical-coordinate representation of color #AE2242: hue angle of 346.29º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AE2242 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 34 66 -
CMYK 0 0.80 0.62 0.32
HSL 346.29º 0.67% 0.41% -
HSV(B) 346.29º 0.8% 0.68% -
XYZ 19.01 10.54 6.19 -
YUV 79.51 120.38 195.4 -
System Red Green Blue C M Y K H S L
Decimal 174 34 66 0 0.80 0.62 0.32 346.29 0.67 0.41
Hex AE 22 42 0 50 3E 20 15A 43 29
Octal 256 42 102 0 120 76 40 532 103 51
Binary 10101110 100010 1000010 0 1010000 111110 100000 101011010 1000011 101001

Color Harmonies of #AE2242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2242

Black with #AE2242

Text Example


Text Example

White with #AE2242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2242; }

 p { color: rgb(174,34,66); }

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

background-color css

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

 a { background-color: rgb(174,34,66); }

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

border-color css

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

 span { border-color: rgb(174,34,66); }

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