Html Css Color HEX #AE392E Medium Carmine

📋 copy color: '#AE392E'

red 174 ◦ green 57 ◦ blue 46

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

Shades of Medium Carmine #AE392E

Tints of Medium Carmine #AE392E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.58%

 BLUE value IS 46 (18.36% from 255) = 16.61%

R = 62.82%
G = 20.58%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE392E (or 0xAE392E) is known color: Medium Carmine. HEX triplet: AE, 39 and 2E. RGB value is (174,57,46). Sum of RGB (Red+Green+Blue) = 174+57+46=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 46 (18.36% from 255 or 16.61% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE392E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE392E is #51C6D1. Grayscale: #5A5A5A. Windows color (decimal): -5359314 or 3029422. OLE color: 3029422.

HSL color Cylindrical-coordinate representation of color #AE392E: hue angle of 5.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE392E is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 57 46 -
CMYK 0 0.67 0.74 0.32
HSL 5.16º 0.58% 0.43% -
HSV(B) 5.16º 0.74% 0.68% -
XYZ 19.41 12.12 3.9 -
YUV 90.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 174 57 46 0 0.67 0.74 0.32 5.16 0.58 0.43
Hex AE 39 2E 0 43 4A 20 5 3A 2B
Octal 256 71 56 0 103 112 40 5 72 53
Binary 10101110 111001 101110 0 1000011 1001010 100000 101 111010 101011

Color Harmonies of #AE392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE392E

Black with #AE392E

Text Example


Text Example

White with #AE392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE392E; }

 p { color: rgb(174,57,46); }

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

background-color css

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

 a { background-color: rgb(174,57,46); }

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

border-color css

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

 span { border-color: rgb(174,57,46); }

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