Html Css Color HEX #AE3629 Medium Carmine

📋 copy color: '#AE3629'

red 174 ◦ green 54 ◦ blue 41

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

Shades of Medium Carmine #AE3629

Tints of Medium Carmine #AE3629

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.07%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 64.68%
G = 20.07%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE3629 (or 0xAE3629) is known color: Medium Carmine. HEX triplet: AE, 36 and 29. RGB value is (174,54,41). Sum of RGB (Red+Green+Blue) = 174+54+41=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 54 (21.48% from 255 or 20.07% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3629 is #51C9D6. Grayscale: #585858. Windows color (decimal): -5360087 or 2700974. OLE color: 2700974.

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

Color convert

RGB 174 54 41 -
CMYK 0 0.69 0.76 0.32
HSL 5.86º 0.62% 0.42% -
HSV(B) 5.86º 0.76% 0.68% -
XYZ 19.17 11.8 3.36 -
YUV 88.4 101.26 189.06 -
System Red Green Blue C M Y K H S L
Decimal 174 54 41 0 0.69 0.76 0.32 5.86 0.62 0.42
Hex AE 36 29 0 45 4C 20 6 3E 2A
Octal 256 66 51 0 105 114 40 6 76 52
Binary 10101110 110110 101001 0 1000101 1001100 100000 110 111110 101010

Color Harmonies of #AE3629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3629

Black with #AE3629

Text Example


Text Example

White with #AE3629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3629; }

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

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

background-color css

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

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

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

border-color css

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

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

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