Html Css Color HEX #AE362C Medium Carmine

📋 copy color: '#AE362C'

red 174 ◦ green 54 ◦ blue 44

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

Shades of Medium Carmine #AE362C

Tints of Medium Carmine #AE362C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.85%

 BLUE value IS 44 (17.58% from 255) = 16.18%

R = 63.97%
G = 19.85%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE362C (or 0xAE362C) is known color: Medium Carmine. HEX triplet: AE, 36 and 2C. RGB value is (174,54,44). Sum of RGB (Red+Green+Blue) = 174+54+44=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 44 (17.58% from 255 or 16.18% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE362C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE362C is #51C9D3. Grayscale: #585858. Windows color (decimal): -5360084 or 2897582. OLE color: 2897582.

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

Color convert

RGB 174 54 44 -
CMYK 0 0.69 0.75 0.32
HSL 4.62º 0.6% 0.43% -
HSV(B) 4.62º 0.75% 0.68% -
XYZ 19.23 11.82 3.65 -
YUV 88.74 102.76 188.81 -
System Red Green Blue C M Y K H S L
Decimal 174 54 44 0 0.69 0.75 0.32 4.62 0.6 0.43
Hex AE 36 2C 0 45 4B 20 5 3C 2B
Octal 256 66 54 0 105 113 40 5 74 53
Binary 10101110 110110 101100 0 1000101 1001011 100000 101 111100 101011

Color Harmonies of #AE362C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE362C

Black with #AE362C

Text Example


Text Example

White with #AE362C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE362C; }

 p { color: rgb(174,54,44); }

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

background-color css

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

 a { background-color: rgb(174,54,44); }

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

border-color css

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

 span { border-color: rgb(174,54,44); }

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