Html Css Color HEX #AE392D Medium Carmine

📋 copy color: '#AE392D'

red 174 ◦ green 57 ◦ blue 45

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

Shades of Medium Carmine #AE392D

Tints of Medium Carmine #AE392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.3%

R = 63.04%
G = 20.65%
B = 16.3%

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

#AE392D (or 0xAE392D) is known color: Medium Carmine. HEX triplet: AE, 39 and 2D. RGB value is (174,57,45). Sum of RGB (Red+Green+Blue) = 174+57+45=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE392D is #51C6D2. Grayscale: #5A5A5A. Windows color (decimal): -5359315 or 2963886. OLE color: 2963886.

HSL color Cylindrical-coordinate representation of color #AE392D: hue angle of 5.58º degrees, saturation: 0.59, 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 #AE392D is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 57 45 -
CMYK 0 0.67 0.74 0.32
HSL 5.58º 0.59% 0.43% -
HSV(B) 5.58º 0.74% 0.68% -
XYZ 19.39 12.11 3.8 -
YUV 90.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 174 57 45 0 0.67 0.74 0.32 5.58 0.59 0.43
Hex AE 39 2D 0 43 4A 20 6 3B 2B
Octal 256 71 55 0 103 112 40 6 73 53
Binary 10101110 111001 101101 0 1000011 1001010 100000 110 111011 101011

Color Harmonies of #AE392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE392D

Black with #AE392D

Text Example


Text Example

White with #AE392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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