Html Css Color HEX #AE3C3A Medium Carmine

📋 copy color: '#AE3C3A'

red 174 ◦ green 60 ◦ blue 58

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

Shades of Medium Carmine #AE3C3A

Tints of Medium Carmine #AE3C3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.86%

R = 59.59%
G = 20.55%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE3C3A (or 0xAE3C3A) is known color: Medium Carmine. HEX triplet: AE, 3C and 3A. RGB value is (174,60,58). Sum of RGB (Red+Green+Blue) = 174+60+58=292 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.59% from 292); Green value is 60 (23.83% from 255 or 20.55% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C3A is #51C3C5. Grayscale: #5D5D5D. Windows color (decimal): -5358534 or 3816622. OLE color: 3816622.

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

Color convert

RGB 174 60 58 -
CMYK 0 0.66 0.67 0.32
HSL 1.03º 0.5% 0.45% -
HSV(B) 1.03º 0.67% 0.68% -
XYZ 19.84 12.54 5.38 -
YUV 93.86 107.77 185.16 -
System Red Green Blue C M Y K H S L
Decimal 174 60 58 0 0.66 0.67 0.32 1.03 0.5 0.45
Hex AE 3C 3A 0 42 43 20 1 32 2D
Octal 256 74 72 0 102 103 40 1 62 55
Binary 10101110 111100 111010 0 1000010 1000011 100000 1 110010 101101

Color Harmonies of #AE3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C3A

Black with #AE3C3A

Text Example


Text Example

White with #AE3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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