Html Css Color HEX #AE4341 Medium Carmine

📋 copy color: '#AE4341'

red 174 ◦ green 67 ◦ blue 65

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

Shades of Medium Carmine #AE4341

Tints of Medium Carmine #AE4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 56.86%
G = 21.9%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#AE4341 (or 0xAE4341) is known color: Medium Carmine. HEX triplet: AE, 43 and 41. RGB value is (174,67,65). Sum of RGB (Red+Green+Blue) = 174+67+65=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4341 is #51BCBE. Grayscale: #626262. Windows color (decimal): -5356735 or 4277166. OLE color: 4277166.

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

Color convert

RGB 174 67 65 -
CMYK 0 0.61 0.63 0.32
HSL 1.1º 0.46% 0.47% -
HSV(B) 1.1º 0.63% 0.68% -
XYZ 20.42 13.39 6.51 -
YUV 98.77 108.95 181.66 -
System Red Green Blue C M Y K H S L
Decimal 174 67 65 0 0.61 0.63 0.32 1.1 0.46 0.47
Hex AE 43 41 0 3D 3F 20 1 2E 2F
Octal 256 103 101 0 75 77 40 1 56 57
Binary 10101110 1000011 1000001 0 111101 111111 100000 1 101110 101111

Color Harmonies of #AE4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4341

Black with #AE4341

Text Example


Text Example

White with #AE4341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4341; }

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

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

background-color css

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

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

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

border-color css

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

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

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