Html Css Color HEX #AE3735 Medium Carmine

📋 copy color: '#AE3735'

red 174 ◦ green 55 ◦ blue 53

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

Shades of Medium Carmine #AE3735

Tints of Medium Carmine #AE3735

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.5%

 BLUE value IS 53 (21.09% from 255) = 18.79%

R = 61.7%
G = 19.5%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.32

RGB Variations

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

Color information

#AE3735 (or 0xAE3735) is known color: Medium Carmine. HEX triplet: AE, 37 and 35. RGB value is (174,55,53). Sum of RGB (Red+Green+Blue) = 174+55+53=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3735 is #51C8CA. Grayscale: #5A5A5A. Windows color (decimal): -5359819 or 3487662. OLE color: 3487662.

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

Color convert

RGB 174 55 53 -
CMYK 0 0.68 0.70 0.32
HSL 0.99º 0.53% 0.45% -
HSV(B) 0.99º 0.7% 0.68% -
XYZ 19.46 11.99 4.66 -
YUV 90.35 106.92 187.66 -
System Red Green Blue C M Y K H S L
Decimal 174 55 53 0 0.68 0.70 0.32 0.99 0.53 0.45
Hex AE 37 35 0 44 46 20 1 35 2D
Octal 256 67 65 0 104 106 40 1 65 55
Binary 10101110 110111 110101 0 1000100 1000110 100000 1 110101 101101

Color Harmonies of #AE3735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3735

Black with #AE3735

Text Example


Text Example

White with #AE3735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3735; }

 p { color: rgb(174,55,53); }

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

background-color css

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

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

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

border-color css

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

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

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