Html Css Color HEX #AE3C2B Medium Carmine

📋 copy color: '#AE3C2B'

red 174 ◦ green 60 ◦ blue 43

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

Shades of Medium Carmine #AE3C2B

Tints of Medium Carmine #AE3C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 62.82%
G = 21.66%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE3C2B (or 0xAE3C2B) is known color: Medium Carmine. HEX triplet: AE, 3C and 2B. RGB value is (174,60,43). Sum of RGB (Red+Green+Blue) = 174+60+43=277 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.82% from 277); Green value is 60 (23.83% from 255 or 21.66% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3C2B is #51C3D4. Grayscale: #5C5C5C. Windows color (decimal): -5358549 or 2833582. OLE color: 2833582.

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

Color convert

RGB 174 60 43 -
CMYK 0 0.66 0.75 0.32
HSL 7.79º 0.6% 0.43% -
HSV(B) 7.79º 0.75% 0.68% -
XYZ 19.51 12.4 3.65 -
YUV 92.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 174 60 43 0 0.66 0.75 0.32 7.79 0.6 0.43
Hex AE 3C 2B 0 42 4B 20 8 3C 2B
Octal 256 74 53 0 102 113 40 10 74 53
Binary 10101110 111100 101011 0 1000010 1001011 100000 1000 111100 101011

Color Harmonies of #AE3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3C2B

Black with #AE3C2B

Text Example


Text Example

White with #AE3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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