Html Css Color HEX #AE4136 Medium Carmine

📋 copy color: '#AE4136'

red 174 ◦ green 65 ◦ blue 54

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

Shades of Medium Carmine #AE4136

Tints of Medium Carmine #AE4136

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 18.43%

R = 59.39%
G = 22.18%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE4136 (or 0xAE4136) is known color: Medium Carmine. HEX triplet: AE, 41 and 36. RGB value is (174,65,54). Sum of RGB (Red+Green+Blue) = 174+65+54=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4136 is #51BEC9. Grayscale: #606060. Windows color (decimal): -5357258 or 3555758. OLE color: 3555758.

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

Color convert

RGB 174 65 54 -
CMYK 0 0.63 0.69 0.32
HSL 5.5º 0.53% 0.45% -
HSV(B) 5.5º 0.69% 0.68% -
XYZ 20.01 13.05 4.95 -
YUV 96.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 174 65 54 0 0.63 0.69 0.32 5.5 0.53 0.45
Hex AE 41 36 0 3F 45 20 6 35 2D
Octal 256 101 66 0 77 105 40 6 65 55
Binary 10101110 1000001 110110 0 111111 1000101 100000 110 110101 101101

Color Harmonies of #AE4136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4136

Black with #AE4136

Text Example


Text Example

White with #AE4136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4136; }

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

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

background-color css

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

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

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

border-color css

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

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

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