Html Css Color HEX #AE2641 Old Rose

📋 copy color: '#AE2641'

red 174 ◦ green 38 ◦ blue 65

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

Shades of Old Rose #AE2641

Tints of Old Rose #AE2641

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.72%

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

R = 62.82%
G = 13.72%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE2641 (or 0xAE2641) is known color: Old Rose. HEX triplet: AE, 26 and 41. RGB value is (174,38,65). Sum of RGB (Red+Green+Blue) = 174+38+65=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2641 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2641 is #51D9BE. Grayscale: #515151. Windows color (decimal): -5364159 or 4269742. OLE color: 4269742.

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

Color convert

RGB 174 38 65 -
CMYK 0 0.78 0.63 0.32
HSL 348.09º 0.64% 0.42% -
HSV(B) 348.09º 0.78% 0.68% -
XYZ 19.1 10.77 6.07 -
YUV 81.74 118.56 193.8 -
System Red Green Blue C M Y K H S L
Decimal 174 38 65 0 0.78 0.63 0.32 348.09 0.64 0.42
Hex AE 26 41 0 4E 3F 20 15C 40 2A
Octal 256 46 101 0 116 77 40 534 100 52
Binary 10101110 100110 1000001 0 1001110 111111 100000 101011100 1000000 101010

Color Harmonies of #AE2641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2641

Black with #AE2641

Text Example


Text Example

White with #AE2641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2641; }

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

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

background-color css

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

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

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

border-color css

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

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

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