Html Css Color HEX #AE4031 Medium Carmine

📋 copy color: '#AE4031'

red 174 ◦ green 64 ◦ blue 49

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

Shades of Medium Carmine #AE4031

Tints of Medium Carmine #AE4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 49 (19.53% from 255) = 17.07%

R = 60.63%
G = 22.3%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE4031 (or 0xAE4031) is known color: Medium Carmine. HEX triplet: AE, 40 and 31. RGB value is (174,64,49). Sum of RGB (Red+Green+Blue) = 174+64+49=287 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.63% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 49 (19.53% from 255 or 17.07% from 287); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4031 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4031 is #51BFCE. Grayscale: #5F5F5F. Windows color (decimal): -5357519 or 3227822. OLE color: 3227822.

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

Color convert

RGB 174 64 49 -
CMYK 0 0.63 0.72 0.32
HSL 7.2º 0.56% 0.44% -
HSV(B) 7.2º 0.72% 0.68% -
XYZ 19.84 12.89 4.35 -
YUV 95.18 101.94 184.22 -
System Red Green Blue C M Y K H S L
Decimal 174 64 49 0 0.63 0.72 0.32 7.2 0.56 0.44
Hex AE 40 31 0 3F 48 20 7 38 2C
Octal 256 100 61 0 77 110 40 7 70 54
Binary 10101110 1000000 110001 0 111111 1001000 100000 111 111000 101100

Color Harmonies of #AE4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4031

Black with #AE4031

Text Example


Text Example

White with #AE4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4031; }

 p { color: rgb(174,64,49); }

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

background-color css

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

 a { background-color: rgb(174,64,49); }

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

border-color css

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

 span { border-color: rgb(174,64,49); }

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