Html Css Color HEX #AE4A3E Medium Carmine

📋 copy color: '#AE4A3E'

red 174 ◦ green 74 ◦ blue 62

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

Shades of Medium Carmine #AE4A3E

Tints of Medium Carmine #AE4A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.87%

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

R = 56.13%
G = 23.87%
B = 20%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE4A3E (or 0xAE4A3E) is known color: Medium Carmine. HEX triplet: AE, 4A and 3E. RGB value is (174,74,62). Sum of RGB (Red+Green+Blue) = 174+74+62=310 (41% of max value = 765). Red value is 174 (68.36% from 255 or 56.13% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4A3E is #51B5C1. Grayscale: #666666. Windows color (decimal): -5354946 or 4082350. OLE color: 4082350.

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

Color convert

RGB 174 74 62 -
CMYK 0 0.57 0.64 0.32
HSL 6.43º 0.47% 0.46% -
HSV(B) 6.43º 0.64% 0.68% -
XYZ 20.77 14.24 6.21 -
YUV 102.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 174 74 62 0 0.57 0.64 0.32 6.43 0.47 0.46
Hex AE 4A 3E 0 39 40 20 6 2F 2E
Octal 256 112 76 0 71 100 40 6 57 56
Binary 10101110 1001010 111110 0 111001 1000000 100000 110 101111 101110

Color Harmonies of #AE4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4A3E

Black with #AE4A3E

Text Example


Text Example

White with #AE4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4A3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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