Html Css Color HEX #AE3636 Medium Carmine

📋 copy color: '#AE3636'

red 174 ◦ green 54 ◦ blue 54

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

Shades of Medium Carmine #AE3636

Tints of Medium Carmine #AE3636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.15%

R = 61.7%
G = 19.15%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#AE3636 (or 0xAE3636) is known color: Medium Carmine. HEX triplet: AE, 36 and 36. RGB value is (174,54,54). Sum of RGB (Red+Green+Blue) = 174+54+54=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 54 (21.48% from 255 or 19.15% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3636 is #51C9C9. Grayscale: #5A5A5A. Windows color (decimal): -5360074 or 3552942. OLE color: 3552942.

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

Color convert

RGB 174 54 54 -
CMYK 0 0.69 0.69 0.32
HSL 0.53% 0.45% -
HSV(B) 0.69% 0.68% -
XYZ 19.44 11.9 4.76 -
YUV 89.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 174 54 54 0 0.69 0.69 0.32 0 0.53 0.45
Hex AE 36 36 0 45 45 20 0 35 2D
Octal 256 66 66 0 105 105 40 0 65 55
Binary 10101110 110110 110110 0 1000101 1000101 100000 0 110101 101101

Color Harmonies of #AE3636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3636

Black with #AE3636

Text Example


Text Example

White with #AE3636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3636; }

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

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

background-color css

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

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

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

border-color css

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

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

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