Html Css Color HEX #AE352E Medium Carmine

📋 copy color: '#AE352E'

red 174 ◦ green 53 ◦ blue 46

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

Shades of Medium Carmine #AE352E

Tints of Medium Carmine #AE352E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 46 (18.36% from 255) = 16.85%

R = 63.74%
G = 19.41%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE352E (or 0xAE352E) is known color: Medium Carmine. HEX triplet: AE, 35 and 2E. RGB value is (174,53,46). Sum of RGB (Red+Green+Blue) = 174+53+46=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE352E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE352E is #51CAD1. Grayscale: #585858. Windows color (decimal): -5360338 or 3028398. OLE color: 3028398.

HSL color Cylindrical-coordinate representation of color #AE352E: hue angle of 3.28º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AE352E is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 53 46 -
CMYK 0 0.70 0.74 0.32
HSL 3.28º 0.58% 0.43% -
HSV(B) 3.28º 0.74% 0.68% -
XYZ 19.22 11.74 3.84 -
YUV 88.38 104.09 189.07 -
System Red Green Blue C M Y K H S L
Decimal 174 53 46 0 0.70 0.74 0.32 3.28 0.58 0.43
Hex AE 35 2E 0 46 4A 20 3 3A 2B
Octal 256 65 56 0 106 112 40 3 72 53
Binary 10101110 110101 101110 0 1000110 1001010 100000 11 111010 101011

Color Harmonies of #AE352E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE352E

Black with #AE352E

Text Example


Text Example

White with #AE352E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE352E; }

 p { color: rgb(174,53,46); }

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

background-color css

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

 a { background-color: rgb(174,53,46); }

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

border-color css

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

 span { border-color: rgb(174,53,46); }

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