Html Css Color HEX #AE2942 Old Rose

📋 copy color: '#AE2942'

red 174 ◦ green 41 ◦ blue 66

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

Shades of Old Rose #AE2942

Tints of Old Rose #AE2942

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

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

R = 61.92%
G = 14.59%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AE2942 (or 0xAE2942) is known color: Old Rose. HEX triplet: AE, 29 and 42. RGB value is (174,41,66). Sum of RGB (Red+Green+Blue) = 174+41+66=281 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.92% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 66 (26.17% from 255 or 23.49% from 281); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2942 is #51D6BD. Grayscale: #535353. Windows color (decimal): -5363390 or 4336046. OLE color: 4336046.

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

Color convert

RGB 174 41 66 -
CMYK 0 0.76 0.62 0.32
HSL 348.72º 0.62% 0.42% -
HSV(B) 348.72º 0.76% 0.68% -
XYZ 19.23 10.98 6.26 -
YUV 83.62 118.06 192.47 -
System Red Green Blue C M Y K H S L
Decimal 174 41 66 0 0.76 0.62 0.32 348.72 0.62 0.42
Hex AE 29 42 0 4C 3E 20 15D 3E 2A
Octal 256 51 102 0 114 76 40 535 76 52
Binary 10101110 101001 1000010 0 1001100 111110 100000 101011101 111110 101010

Color Harmonies of #AE2942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2942

Black with #AE2942

Text Example


Text Example

White with #AE2942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2942; }

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

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

background-color css

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

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

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

border-color css

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

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

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