Html Css Color HEX #AE372C Medium Carmine

📋 copy color: '#AE372C'

red 174 ◦ green 55 ◦ blue 44

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

Shades of Medium Carmine #AE372C

Tints of Medium Carmine #AE372C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.15%

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

R = 63.74%
G = 20.15%
B = 16.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE372C (or 0xAE372C) is known color: Medium Carmine. HEX triplet: AE, 37 and 2C. RGB value is (174,55,44). Sum of RGB (Red+Green+Blue) = 174+55+44=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 55 (21.88% from 255 or 20.15% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE372C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE372C is #51C8D3. Grayscale: #595959. Windows color (decimal): -5359828 or 2897838. OLE color: 2897838.

HSL color Cylindrical-coordinate representation of color #AE372C: hue angle of 5.08º 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 #AE372C is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 55 44 -
CMYK 0 0.68 0.75 0.32
HSL 5.08º 0.6% 0.43% -
HSV(B) 5.08º 0.75% 0.68% -
XYZ 19.28 11.91 3.67 -
YUV 89.33 102.42 188.39 -
System Red Green Blue C M Y K H S L
Decimal 174 55 44 0 0.68 0.75 0.32 5.08 0.6 0.43
Hex AE 37 2C 0 44 4B 20 5 3C 2B
Octal 256 67 54 0 104 113 40 5 74 53
Binary 10101110 110111 101100 0 1000100 1001011 100000 101 111100 101011

Color Harmonies of #AE372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE372C

Black with #AE372C

Text Example


Text Example

White with #AE372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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