Html Css Color HEX #AE2851 Old Rose

📋 copy color: '#AE2851'

red 174 ◦ green 40 ◦ blue 81

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

Shades of Old Rose #AE2851

Tints of Old Rose #AE2851

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 27.46%

R = 58.98%
G = 13.56%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.32

RGB Variations

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

Color information

#AE2851 (or 0xAE2851) is known color: Old Rose. HEX triplet: AE, 28 and 51. RGB value is (174,40,81). Sum of RGB (Red+Green+Blue) = 174+40+81=295 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.98% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2851 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AE2851 is #51D7AE. Grayscale: #545454. Windows color (decimal): -5363631 or 5318830. OLE color: 5318830.

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

Color convert

RGB 174 40 81 -
CMYK 0 0.77 0.53 0.32
HSL 341.64º 0.63% 0.42% -
HSV(B) 341.64º 0.77% 0.68% -
XYZ 19.7 11.11 8.89 -
YUV 84.74 125.89 191.67 -
System Red Green Blue C M Y K H S L
Decimal 174 40 81 0 0.77 0.53 0.32 341.64 0.63 0.42
Hex AE 28 51 0 4D 35 20 156 3F 2A
Octal 256 50 121 0 115 65 40 526 77 52
Binary 10101110 101000 1010001 0 1001101 110101 100000 101010110 111111 101010

Color Harmonies of #AE2851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2851

Black with #AE2851

Text Example


Text Example

White with #AE2851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2851; }

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

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

background-color css

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

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

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

border-color css

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

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

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