Html Css Color HEX #AE3E30 Medium Carmine

📋 copy color: '#AE3E30'

red 174 ◦ green 62 ◦ blue 48

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

Shades of Medium Carmine #AE3E30

Tints of Medium Carmine #AE3E30

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.83%

 BLUE value IS 48 (19.14% from 255) = 16.9%

R = 61.27%
G = 21.83%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.32

RGB Variations

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

Color information

#AE3E30 (or 0xAE3E30) is known color: Medium Carmine. HEX triplet: AE, 3E and 30. RGB value is (174,62,48). Sum of RGB (Red+Green+Blue) = 174+62+48=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E30 is #51C1CF. Grayscale: #5E5E5E. Windows color (decimal): -5358032 or 3161774. OLE color: 3161774.

HSL color Cylindrical-coordinate representation of color #AE3E30: hue angle of 6.67º degrees, saturation: 0.57, 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 #AE3E30 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 62 48 -
CMYK 0 0.64 0.72 0.32
HSL 6.67º 0.57% 0.44% -
HSV(B) 6.67º 0.72% 0.68% -
XYZ 19.71 12.66 4.2 -
YUV 93.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 174 62 48 0 0.64 0.72 0.32 6.67 0.57 0.44
Hex AE 3E 30 0 40 48 20 7 39 2C
Octal 256 76 60 0 100 110 40 7 71 54
Binary 10101110 111110 110000 0 1000000 1001000 100000 111 111001 101100

Color Harmonies of #AE3E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E30

Black with #AE3E30

Text Example


Text Example

White with #AE3E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E30; }

 p { color: rgb(174,62,48); }

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

background-color css

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

 a { background-color: rgb(174,62,48); }

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

border-color css

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

 span { border-color: rgb(174,62,48); }

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