Html Css Color HEX #AE352D Medium Carmine

📋 copy color: '#AE352D'

red 174 ◦ green 53 ◦ blue 45

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

Shades of Medium Carmine #AE352D

Tints of Medium Carmine #AE352D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.54%

R = 63.97%
G = 19.49%
B = 16.54%

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

#AE352D (or 0xAE352D) is known color: Medium Carmine. HEX triplet: AE, 35 and 2D. RGB value is (174,53,45). Sum of RGB (Red+Green+Blue) = 174+53+45=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 53 (21.09% from 255 or 19.49% from 272); Blue value is 45 (17.97% from 255 or 16.54% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE352D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE352D is #51CAD2. Grayscale: #585858. Windows color (decimal): -5360339 or 2962862. OLE color: 2962862.

HSL color Cylindrical-coordinate representation of color #AE352D: hue angle of 3.72º degrees, saturation: 0.59, 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 #AE352D is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 53 45 -
CMYK 0 0.70 0.74 0.32
HSL 3.72º 0.59% 0.43% -
HSV(B) 3.72º 0.74% 0.68% -
XYZ 19.2 11.73 3.74 -
YUV 88.27 103.59 189.15 -
System Red Green Blue C M Y K H S L
Decimal 174 53 45 0 0.70 0.74 0.32 3.72 0.59 0.43
Hex AE 35 2D 0 46 4A 20 4 3B 2B
Octal 256 65 55 0 106 112 40 4 73 53
Binary 10101110 110101 101101 0 1000110 1001010 100000 100 111011 101011

Color Harmonies of #AE352D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE352D

Black with #AE352D

Text Example


Text Example

White with #AE352D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE352D; }

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

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

background-color css

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

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

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

border-color css

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

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

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