Html Css Color HEX #AE3C27 Medium Carmine

📋 copy color: '#AE3C27'

red 174 ◦ green 60 ◦ blue 39

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

Shades of Medium Carmine #AE3C27

Tints of Medium Carmine #AE3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.98%

 BLUE value IS 39 (15.63% from 255) = 14.29%

R = 63.74%
G = 21.98%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE3C27 (or 0xAE3C27) is known color: Medium Carmine. HEX triplet: AE, 3C and 27. RGB value is (174,60,39). Sum of RGB (Red+Green+Blue) = 174+60+39=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C27 is #51C3D8. Grayscale: #5B5B5B. Windows color (decimal): -5358553 or 2571438. OLE color: 2571438.

HSL color Cylindrical-coordinate representation of color #AE3C27: hue angle of 9.33º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AE3C27 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 60 39 -
CMYK 0 0.66 0.78 0.32
HSL 9.33º 0.63% 0.42% -
HSV(B) 9.33º 0.78% 0.68% -
XYZ 19.44 12.38 3.28 -
YUV 91.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 174 60 39 0 0.66 0.78 0.32 9.33 0.63 0.42
Hex AE 3C 27 0 42 4E 20 9 3F 2A
Octal 256 74 47 0 102 116 40 11 77 52
Binary 10101110 111100 100111 0 1000010 1001110 100000 1001 111111 101010

Color Harmonies of #AE3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C27

Black with #AE3C27

Text Example


Text Example

White with #AE3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C27; }

 p { color: rgb(174,60,39); }

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

background-color css

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

 a { background-color: rgb(174,60,39); }

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

border-color css

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

 span { border-color: rgb(174,60,39); }

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