Html Css Color HEX #AE413C Medium Carmine

📋 copy color: '#AE413C'

red 174 ◦ green 65 ◦ blue 60

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

Shades of Medium Carmine #AE413C

Tints of Medium Carmine #AE413C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 58.19%
G = 21.74%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE413C (or 0xAE413C) is known color: Medium Carmine. HEX triplet: AE, 41 and 3C. RGB value is (174,65,60). Sum of RGB (Red+Green+Blue) = 174+65+60=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413C is #51BEC3. Grayscale: #616161. Windows color (decimal): -5357252 or 3948974. OLE color: 3948974.

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

Color convert

RGB 174 65 60 -
CMYK 0 0.63 0.66 0.32
HSL 2.63º 0.49% 0.46% -
HSV(B) 2.63º 0.66% 0.68% -
XYZ 20.16 13.11 5.74 -
YUV 97.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 174 65 60 0 0.63 0.66 0.32 2.63 0.49 0.46
Hex AE 41 3C 0 3F 42 20 3 31 2E
Octal 256 101 74 0 77 102 40 3 61 56
Binary 10101110 1000001 111100 0 111111 1000010 100000 11 110001 101110

Color Harmonies of #AE413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE413C

Black with #AE413C

Text Example


Text Example

White with #AE413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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