Html Css Color HEX #AE413F Medium Carmine

📋 copy color: '#AE413F'

red 174 ◦ green 65 ◦ blue 63

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

Shades of Medium Carmine #AE413F

Tints of Medium Carmine #AE413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.86%

R = 57.62%
G = 21.52%
B = 20.86%

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

#AE413F (or 0xAE413F) is known color: Medium Carmine. HEX triplet: AE, 41 and 3F. RGB value is (174,65,63). Sum of RGB (Red+Green+Blue) = 174+65+63=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 63 (25% from 255 or 20.86% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413F is #51BEC0. Grayscale: #616161. Windows color (decimal): -5357249 or 4145582. OLE color: 4145582.

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

Color convert

RGB 174 65 63 -
CMYK 0 0.63 0.64 0.32
HSL 1.08º 0.47% 0.46% -
HSV(B) 1.08º 0.64% 0.68% -
XYZ 20.24 13.14 6.17 -
YUV 97.36 108.61 182.66 -
System Red Green Blue C M Y K H S L
Decimal 174 65 63 0 0.63 0.64 0.32 1.08 0.47 0.46
Hex AE 41 3F 0 3F 40 20 1 2F 2E
Octal 256 101 77 0 77 100 40 1 57 56
Binary 10101110 1000001 111111 0 111111 1000000 100000 1 101111 101110

Color Harmonies of #AE413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE413F

Black with #AE413F

Text Example


Text Example

White with #AE413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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