Html Css Color HEX #AE2845 Old Rose

📋 copy color: '#AE2845'

red 174 ◦ green 40 ◦ blue 69

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

Shades of Old Rose #AE2845

Tints of Old Rose #AE2845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.38%

R = 61.48%
G = 14.13%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE2845 (or 0xAE2845) is known color: Old Rose. HEX triplet: AE, 28 and 45. RGB value is (174,40,69). Sum of RGB (Red+Green+Blue) = 174+40+69=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2845 is #51D7BA. Grayscale: #535353. Windows color (decimal): -5363643 or 4532398. OLE color: 4532398.

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

Color convert

RGB 174 40 69 -
CMYK 0 0.77 0.60 0.32
HSL 347.01º 0.63% 0.42% -
HSV(B) 347.01º 0.77% 0.68% -
XYZ 19.29 10.95 6.73 -
YUV 83.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 174 40 69 0 0.77 0.60 0.32 347.01 0.63 0.42
Hex AE 28 45 0 4D 3C 20 15B 3F 2A
Octal 256 50 105 0 115 74 40 533 77 52
Binary 10101110 101000 1000101 0 1001101 111100 100000 101011011 111111 101010

Color Harmonies of #AE2845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2845

Black with #AE2845

Text Example


Text Example

White with #AE2845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2845; }

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

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

background-color css

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

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

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

border-color css

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

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

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