Html Css Color HEX #AE3D29 Medium Carmine

📋 copy color: '#AE3D29'

red 174 ◦ green 61 ◦ blue 41

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

Shades of Medium Carmine #AE3D29

Tints of Medium Carmine #AE3D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

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

R = 63.04%
G = 22.1%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE3D29 (or 0xAE3D29) is known color: Medium Carmine. HEX triplet: AE, 3D and 29. RGB value is (174,61,41). Sum of RGB (Red+Green+Blue) = 174+61+41=276 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.04% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3D29 is #51C2D6. Grayscale: #5C5C5C. Windows color (decimal): -5358295 or 2702766. OLE color: 2702766.

HSL color Cylindrical-coordinate representation of color #AE3D29: hue angle of 9.02º 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 #AE3D29 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 61 41 -
CMYK 0 0.65 0.76 0.32
HSL 9.02º 0.62% 0.42% -
HSV(B) 9.02º 0.76% 0.68% -
XYZ 19.52 12.5 3.48 -
YUV 92.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 174 61 41 0 0.65 0.76 0.32 9.02 0.62 0.42
Hex AE 3D 29 0 41 4C 20 9 3E 2A
Octal 256 75 51 0 101 114 40 11 76 52
Binary 10101110 111101 101001 0 1000001 1001100 100000 1001 111110 101010

Color Harmonies of #AE3D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3D29

Black with #AE3D29

Text Example


Text Example

White with #AE3D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3D29; }

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

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

background-color css

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

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

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

border-color css

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

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

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