Html Css Color HEX #AE2642 Old Rose

📋 copy color: '#AE2642'

red 174 ◦ green 38 ◦ blue 66

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

Shades of Old Rose #AE2642

Tints of Old Rose #AE2642

RGB

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

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

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

R = 62.59%
G = 13.67%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE2642 (or 0xAE2642) is known color: Old Rose. HEX triplet: AE, 26 and 42. RGB value is (174,38,66). Sum of RGB (Red+Green+Blue) = 174+38+66=278 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.59% from 278); Green value is 38 (15.23% from 255 or 13.67% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2642 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2642 is #51D9BD. Grayscale: #515151. Windows color (decimal): -5364158 or 4335278. OLE color: 4335278.

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

Color convert

RGB 174 38 66 -
CMYK 0 0.78 0.62 0.32
HSL 347.65º 0.64% 0.42% -
HSV(B) 347.65º 0.78% 0.68% -
XYZ 19.13 10.78 6.23 -
YUV 81.86 119.06 193.72 -
System Red Green Blue C M Y K H S L
Decimal 174 38 66 0 0.78 0.62 0.32 347.65 0.64 0.42
Hex AE 26 42 0 4E 3E 20 15C 40 2A
Octal 256 46 102 0 116 76 40 534 100 52
Binary 10101110 100110 1000010 0 1001110 111110 100000 101011100 1000000 101010

Color Harmonies of #AE2642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2642

Black with #AE2642

Text Example


Text Example

White with #AE2642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2642; }

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

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

background-color css

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

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

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

border-color css

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

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

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