Html Css Color HEX #AE283E Old Rose

📋 copy color: '#AE283E'

red 174 ◦ green 40 ◦ blue 62

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

Shades of Old Rose #AE283E

Tints of Old Rose #AE283E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 63.04%
G = 14.49%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE283E (or 0xAE283E) is known color: Old Rose. HEX triplet: AE, 28 and 3E. RGB value is (174,40,62). Sum of RGB (Red+Green+Blue) = 174+40+62=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE283E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE283E is #51D7C1. Grayscale: #525252. Windows color (decimal): -5363650 or 4073646. OLE color: 4073646.

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

Color convert

RGB 174 40 62 -
CMYK 0 0.77 0.64 0.32
HSL 350.15º 0.63% 0.42% -
HSV(B) 350.15º 0.77% 0.68% -
XYZ 19.08 10.86 5.65 -
YUV 82.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 174 40 62 0 0.77 0.64 0.32 350.15 0.63 0.42
Hex AE 28 3E 0 4D 40 20 15E 3F 2A
Octal 256 50 76 0 115 100 40 536 77 52
Binary 10101110 101000 111110 0 1001101 1000000 100000 101011110 111111 101010

Color Harmonies of #AE283E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE283E

Black with #AE283E

Text Example


Text Example

White with #AE283E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE283E; }

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

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

background-color css

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

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

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

border-color css

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

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

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