Html Css Color HEX #AE423E Medium Carmine

📋 copy color: '#AE423E'

red 174 ◦ green 66 ◦ blue 62

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

Shades of Medium Carmine #AE423E

Tints of Medium Carmine #AE423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.85%

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

R = 57.62%
G = 21.85%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE423E (or 0xAE423E) is known color: Medium Carmine. HEX triplet: AE, 42 and 3E. RGB value is (174,66,62). Sum of RGB (Red+Green+Blue) = 174+66+62=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE423E is #51BDC1. Grayscale: #616161. Windows color (decimal): -5356994 or 4080302. OLE color: 4080302.

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

Color convert

RGB 174 66 62 -
CMYK 0 0.62 0.64 0.32
HSL 2.14º 0.47% 0.46% -
HSV(B) 2.14º 0.64% 0.68% -
XYZ 20.27 13.24 6.05 -
YUV 97.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 174 66 62 0 0.62 0.64 0.32 2.14 0.47 0.46
Hex AE 42 3E 0 3E 40 20 2 2F 2E
Octal 256 102 76 0 76 100 40 2 57 56
Binary 10101110 1000010 111110 0 111110 1000000 100000 10 101111 101110

Color Harmonies of #AE423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE423E

Black with #AE423E

Text Example


Text Example

White with #AE423E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE423E; }

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

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

background-color css

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

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

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

border-color css

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

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

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