Html Css Color HEX #AE2850 Old Rose

📋 copy color: '#AE2850'

red 174 ◦ green 40 ◦ blue 80

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

Shades of Old Rose #AE2850

Tints of Old Rose #AE2850

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 59.18%
G = 13.61%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE2850 (or 0xAE2850) is known color: Old Rose. HEX triplet: AE, 28 and 50. RGB value is (174,40,80). Sum of RGB (Red+Green+Blue) = 174+40+80=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2850 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2850 is #51D7AF. Grayscale: #545454. Windows color (decimal): -5363632 or 5253294. OLE color: 5253294.

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

Color convert

RGB 174 40 80 -
CMYK 0 0.77 0.54 0.32
HSL 342.09º 0.63% 0.42% -
HSV(B) 342.09º 0.77% 0.68% -
XYZ 19.66 11.1 8.69 -
YUV 84.63 125.39 191.75 -
System Red Green Blue C M Y K H S L
Decimal 174 40 80 0 0.77 0.54 0.32 342.09 0.63 0.42
Hex AE 28 50 0 4D 36 20 156 3F 2A
Octal 256 50 120 0 115 66 40 526 77 52
Binary 10101110 101000 1010000 0 1001101 110110 100000 101010110 111111 101010

Color Harmonies of #AE2850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2850

Black with #AE2850

Text Example


Text Example

White with #AE2850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2850; }

 p { color: rgb(174,40,80); }

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

background-color css

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

 a { background-color: rgb(174,40,80); }

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

border-color css

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

 span { border-color: rgb(174,40,80); }

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