Html Css Color HEX #AE3E2E Medium Carmine

📋 copy color: '#AE3E2E'

red 174 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #AE3E2E

Tints of Medium Carmine #AE3E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.99%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 61.7%
G = 21.99%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE3E2E (or 0xAE3E2E) is known color: Medium Carmine. HEX triplet: AE, 3E and 2E. RGB value is (174,62,46). Sum of RGB (Red+Green+Blue) = 174+62+46=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 62 (24.61% from 255 or 21.99% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E2E is #51C1D1. Grayscale: #5D5D5D. Windows color (decimal): -5358034 or 3030702. OLE color: 3030702.

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

Color convert

RGB 174 62 46 -
CMYK 0 0.64 0.74 0.32
HSL 7.5º 0.58% 0.43% -
HSV(B) 7.5º 0.74% 0.68% -
XYZ 19.67 12.64 3.99 -
YUV 93.66 101.11 185.3 -
System Red Green Blue C M Y K H S L
Decimal 174 62 46 0 0.64 0.74 0.32 7.5 0.58 0.43
Hex AE 3E 2E 0 40 4A 20 8 3A 2B
Octal 256 76 56 0 100 112 40 10 72 53
Binary 10101110 111110 101110 0 1000000 1001010 100000 1000 111010 101011

Color Harmonies of #AE3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E2E

Black with #AE3E2E

Text Example


Text Example

White with #AE3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E2E; }

 p { color: rgb(174,62,46); }

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

background-color css

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

 a { background-color: rgb(174,62,46); }

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

border-color css

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

 span { border-color: rgb(174,62,46); }

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