Html Css Color HEX #AE2341 Old Rose

📋 copy color: '#AE2341'

red 174 ◦ green 35 ◦ blue 65

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

Shades of Old Rose #AE2341

Tints of Old Rose #AE2341

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.77%

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

R = 63.5%
G = 12.77%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE2341 (or 0xAE2341) is known color: Old Rose. HEX triplet: AE, 23 and 41. RGB value is (174,35,65). Sum of RGB (Red+Green+Blue) = 174+35+65=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 35 (14.06% from 255 or 12.77% from 274); Blue value is 65 (25.78% from 255 or 23.72% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2341 is #51DCBE. Grayscale: #505050. Windows color (decimal): -5364927 or 4268974. OLE color: 4268974.

HSL color Cylindrical-coordinate representation of color #AE2341: hue angle of 347.05º 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 #AE2341 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 35 65 -
CMYK 0 0.80 0.63 0.32
HSL 347.05º 0.67% 0.41% -
HSV(B) 347.05º 0.8% 0.68% -
XYZ 19.01 10.58 6.04 -
YUV 79.98 119.55 195.06 -
System Red Green Blue C M Y K H S L
Decimal 174 35 65 0 0.80 0.63 0.32 347.05 0.67 0.41
Hex AE 23 41 0 50 3F 20 15B 43 29
Octal 256 43 101 0 120 77 40 533 103 51
Binary 10101110 100011 1000001 0 1010000 111111 100000 101011011 1000011 101001

Color Harmonies of #AE2341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2341

Black with #AE2341

Text Example


Text Example

White with #AE2341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2341; }

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

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

background-color css

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

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

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

border-color css

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

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

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