Html Css Color HEX #AE2C4B Old Rose

📋 copy color: '#AE2C4B'

red 174 ◦ green 44 ◦ blue 75

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

Shades of Old Rose #AE2C4B

Tints of Old Rose #AE2C4B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

 BLUE value IS 75 (29.69% from 255) = 25.6%

R = 59.39%
G = 15.02%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE2C4B (or 0xAE2C4B) is known color: Old Rose. HEX triplet: AE, 2C and 4B. RGB value is (174,44,75). Sum of RGB (Red+Green+Blue) = 174+44+75=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 75 (29.69% from 255 or 25.60% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE2C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE2C4B is #51D3B4. Grayscale: #565656. Windows color (decimal): -5362613 or 4926638. OLE color: 4926638.

HSL color Cylindrical-coordinate representation of color #AE2C4B: hue angle of 345.69º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE2C4B is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 44 75 -
CMYK 0 0.75 0.57 0.32
HSL 345.69º 0.6% 0.43% -
HSV(B) 345.69º 0.75% 0.68% -
XYZ 19.63 11.31 7.8 -
YUV 86.4 121.57 190.48 -
System Red Green Blue C M Y K H S L
Decimal 174 44 75 0 0.75 0.57 0.32 345.69 0.6 0.43
Hex AE 2C 4B 0 4B 39 20 15A 3C 2B
Octal 256 54 113 0 113 71 40 532 74 53
Binary 10101110 101100 1001011 0 1001011 111001 100000 101011010 111100 101011

Color Harmonies of #AE2C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE2C4B

Black with #AE2C4B

Text Example


Text Example

White with #AE2C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE2C4B; }

 p { color: rgb(174,44,75); }

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

background-color css

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

 a { background-color: rgb(174,44,75); }

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

border-color css

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

 span { border-color: rgb(174,44,75); }

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