Html Css Color HEX #AE352A Medium Carmine

📋 copy color: '#AE352A'

red 174 ◦ green 53 ◦ blue 42

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

Shades of Medium Carmine #AE352A

Tints of Medium Carmine #AE352A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.61%

R = 64.68%
G = 19.7%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE352A (or 0xAE352A) is known color: Medium Carmine. HEX triplet: AE, 35 and 2A. RGB value is (174,53,42). Sum of RGB (Red+Green+Blue) = 174+53+42=269 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.68% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 174 - color contains mainly: red. Hex color #AE352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE352A is #51CAD5. Grayscale: #585858. Windows color (decimal): -5360342 or 2766254. OLE color: 2766254.

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

Color convert

RGB 174 53 42 -
CMYK 0 0.70 0.76 0.32
HSL 0.61% 0.42% -
HSV(B) 0.76% 0.68% -
XYZ 19.15 11.71 3.44 -
YUV 87.93 102.09 189.39 -
System Red Green Blue C M Y K H S L
Decimal 174 53 42 0 0.70 0.76 0.32 5 0.61 0.42
Hex AE 35 2A 0 46 4C 20 5 3D 2A
Octal 256 65 52 0 106 114 40 5 75 52
Binary 10101110 110101 101010 0 1000110 1001100 100000 101 111101 101010

Color Harmonies of #AE352A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE352A

Black with #AE352A

Text Example


Text Example

White with #AE352A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE352A; }

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

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

background-color css

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

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

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

border-color css

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

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

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