Html Css Color HEX #AE413E Medium Carmine

📋 copy color: '#AE413E'

red 174 ◦ green 65 ◦ blue 62

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

Shades of Medium Carmine #AE413E

Tints of Medium Carmine #AE413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 57.81%
G = 21.59%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE413E (or 0xAE413E) is known color: Medium Carmine. HEX triplet: AE, 41 and 3E. RGB value is (174,65,62). Sum of RGB (Red+Green+Blue) = 174+65+62=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413E is #51BEC1. Grayscale: #616161. Windows color (decimal): -5357250 or 4080046. OLE color: 4080046.

HSL color Cylindrical-coordinate representation of color #AE413E: hue angle of 1.61º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE413E is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 62 -
CMYK 0 0.63 0.64 0.32
HSL 1.61º 0.47% 0.46% -
HSV(B) 1.61º 0.64% 0.68% -
XYZ 20.22 13.13 6.03 -
YUV 97.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 174 65 62 0 0.63 0.64 0.32 1.61 0.47 0.46
Hex AE 41 3E 0 3F 40 20 2 2F 2E
Octal 256 101 76 0 77 100 40 2 57 56
Binary 10101110 1000001 111110 0 111111 1000000 100000 10 101111 101110

Color Harmonies of #AE413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE413E

Black with #AE413E

Text Example


Text Example

White with #AE413E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE413E; }

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

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

background-color css

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

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

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

border-color css

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

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

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