Html Css Color HEX #AE362E Medium Carmine

📋 copy color: '#AE362E'

red 174 ◦ green 54 ◦ blue 46

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

Shades of Medium Carmine #AE362E

Tints of Medium Carmine #AE362E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.71%

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

R = 63.5%
G = 19.71%
B = 16.79%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE362E (or 0xAE362E) is known color: Medium Carmine. HEX triplet: AE, 36 and 2E. RGB value is (174,54,46). Sum of RGB (Red+Green+Blue) = 174+54+46=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 46 (18.36% from 255 or 16.79% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE362E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE362E is #51C9D1. Grayscale: #595959. Windows color (decimal): -5360082 or 3028654. OLE color: 3028654.

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

Color convert

RGB 174 54 46 -
CMYK 0 0.69 0.74 0.32
HSL 3.75º 0.58% 0.43% -
HSV(B) 3.75º 0.74% 0.68% -
XYZ 19.27 11.83 3.85 -
YUV 88.97 103.76 188.65 -
System Red Green Blue C M Y K H S L
Decimal 174 54 46 0 0.69 0.74 0.32 3.75 0.58 0.43
Hex AE 36 2E 0 45 4A 20 4 3A 2B
Octal 256 66 56 0 105 112 40 4 72 53
Binary 10101110 110110 101110 0 1000101 1001010 100000 100 111010 101011

Color Harmonies of #AE362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE362E

Black with #AE362E

Text Example


Text Example

White with #AE362E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE362E; }

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

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

background-color css

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

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

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

border-color css

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

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

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