Html Css Color HEX #AE4137 Medium Carmine

📋 copy color: '#AE4137'

red 174 ◦ green 65 ◦ blue 55

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

Shades of Medium Carmine #AE4137

Tints of Medium Carmine #AE4137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.71%

R = 59.18%
G = 22.11%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE4137 (or 0xAE4137) is known color: Medium Carmine. HEX triplet: AE, 41 and 37. RGB value is (174,65,55). Sum of RGB (Red+Green+Blue) = 174+65+55=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 55 (21.88% from 255 or 18.71% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4137 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4137 is #51BEC8. Grayscale: #606060. Windows color (decimal): -5357257 or 3621294. OLE color: 3621294.

HSL color Cylindrical-coordinate representation of color #AE4137: hue angle of 5.04º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4137 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 65 55 -
CMYK 0 0.63 0.68 0.32
HSL 5.04º 0.52% 0.45% -
HSV(B) 5.04º 0.68% 0.68% -
XYZ 20.04 13.06 5.08 -
YUV 96.45 104.61 183.31 -
System Red Green Blue C M Y K H S L
Decimal 174 65 55 0 0.63 0.68 0.32 5.04 0.52 0.45
Hex AE 41 37 0 3F 44 20 5 34 2D
Octal 256 101 67 0 77 104 40 5 64 55
Binary 10101110 1000001 110111 0 111111 1000100 100000 101 110100 101101

Color Harmonies of #AE4137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4137

Black with #AE4137

Text Example


Text Example

White with #AE4137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4137; }

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

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

background-color css

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

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

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

border-color css

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

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

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