Html Css Color HEX #AE362A Medium Carmine

📋 copy color: '#AE362A'

red 174 ◦ green 54 ◦ blue 42

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

Shades of Medium Carmine #AE362A

Tints of Medium Carmine #AE362A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.56%

R = 64.44%
G = 20%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE362A (or 0xAE362A) is known color: Medium Carmine. HEX triplet: AE, 36 and 2A. RGB value is (174,54,42). Sum of RGB (Red+Green+Blue) = 174+54+42=270 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.44% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 174 - color contains mainly: red. Hex color #AE362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE362A is #51C9D5. Grayscale: #585858. Windows color (decimal): -5360086 or 2766510. OLE color: 2766510.

HSL color Cylindrical-coordinate representation of color #AE362A: hue angle of 5.45º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AE362A is Cyan = 0, Magento = 0.69, Yellow = 0.76 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 54 42 -
CMYK 0 0.69 0.76 0.32
HSL 5.45º 0.61% 0.42% -
HSV(B) 5.45º 0.76% 0.68% -
XYZ 19.19 11.8 3.46 -
YUV 88.51 101.76 188.98 -
System Red Green Blue C M Y K H S L
Decimal 174 54 42 0 0.69 0.76 0.32 5.45 0.61 0.42
Hex AE 36 2A 0 45 4C 20 5 3D 2A
Octal 256 66 52 0 105 114 40 5 75 52
Binary 10101110 110110 101010 0 1000101 1001100 100000 101 111101 101010

Color Harmonies of #AE362A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE362A

Black with #AE362A

Text Example


Text Example

White with #AE362A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE362A; }

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

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

background-color css

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

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

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

border-color css

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

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

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