Html Css Color HEX #AE362B Medium Carmine

📋 copy color: '#AE362B'

red 174 ◦ green 54 ◦ blue 43

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

Shades of Medium Carmine #AE362B

Tints of Medium Carmine #AE362B

RGB

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

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

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

R = 64.21%
G = 19.93%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE362B (or 0xAE362B) is known color: Medium Carmine. HEX triplet: AE, 36 and 2B. RGB value is (174,54,43). Sum of RGB (Red+Green+Blue) = 174+54+43=271 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.21% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 174 - color contains mainly: red. Hex color #AE362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE362B is #51C9D4. Grayscale: #585858. Windows color (decimal): -5360085 or 2832046. OLE color: 2832046.

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

Color convert

RGB 174 54 43 -
CMYK 0 0.69 0.75 0.32
HSL 5.04º 0.6% 0.43% -
HSV(B) 5.04º 0.75% 0.68% -
XYZ 19.21 11.81 3.55 -
YUV 88.63 102.26 188.89 -
System Red Green Blue C M Y K H S L
Decimal 174 54 43 0 0.69 0.75 0.32 5.04 0.6 0.43
Hex AE 36 2B 0 45 4B 20 5 3C 2B
Octal 256 66 53 0 105 113 40 5 74 53
Binary 10101110 110110 101011 0 1000101 1001011 100000 101 111100 101011

Color Harmonies of #AE362B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE362B

Black with #AE362B

Text Example


Text Example

White with #AE362B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE362B; }

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

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

background-color css

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

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

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

border-color css

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

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

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