Html Css Color HEX #AE2441 Old Rose

📋 copy color: '#AE2441'

red 174 ◦ green 36 ◦ blue 65

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

Shades of Old Rose #AE2441

Tints of Old Rose #AE2441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.09%

 BLUE value IS 65 (25.78% from 255) = 23.64%

R = 63.27%
G = 13.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE2441 (or 0xAE2441) is known color: Old Rose. HEX triplet: AE, 24 and 41. RGB value is (174,36,65). Sum of RGB (Red+Green+Blue) = 174+36+65=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2441 is #51DBBE. Grayscale: #505050. Windows color (decimal): -5364671 or 4269230. OLE color: 4269230.

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

Color convert

RGB 174 36 65 -
CMYK 0 0.79 0.63 0.32
HSL 347.39º 0.66% 0.41% -
HSV(B) 347.39º 0.79% 0.68% -
XYZ 19.04 10.64 6.05 -
YUV 80.57 119.22 194.64 -
System Red Green Blue C M Y K H S L
Decimal 174 36 65 0 0.79 0.63 0.32 347.39 0.66 0.41
Hex AE 24 41 0 4F 3F 20 15B 42 29
Octal 256 44 101 0 117 77 40 533 102 51
Binary 10101110 100100 1000001 0 1001111 111111 100000 101011011 1000010 101001

Color Harmonies of #AE2441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2441

Black with #AE2441

Text Example


Text Example

White with #AE2441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2441; }

 p { color: rgb(174,36,65); }

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

background-color css

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

 a { background-color: rgb(174,36,65); }

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

border-color css

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

 span { border-color: rgb(174,36,65); }

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