Html Css Color HEX #AE3E24 Medium Carmine

📋 copy color: '#AE3E24'

red 174 ◦ green 62 ◦ blue 36

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

Shades of Medium Carmine #AE3E24

Tints of Medium Carmine #AE3E24

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.79%

 BLUE value IS 36 (14.45% from 255) = 13.24%

R = 63.97%
G = 22.79%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#AE3E24 (or 0xAE3E24) is known color: Medium Carmine. HEX triplet: AE, 3E and 24. RGB value is (174,62,36). Sum of RGB (Red+Green+Blue) = 174+62+36=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 36 (14.45% from 255 or 13.24% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E24 is #51C1DB. Grayscale: #5C5C5C. Windows color (decimal): -5358044 or 2375342. OLE color: 2375342.

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

Color convert

RGB 174 62 36 -
CMYK 0 0.64 0.79 0.32
HSL 11.3º 0.66% 0.41% -
HSV(B) 11.3º 0.79% 0.68% -
XYZ 19.5 12.57 3.07 -
YUV 92.52 96.11 186.11 -
System Red Green Blue C M Y K H S L
Decimal 174 62 36 0 0.64 0.79 0.32 11.3 0.66 0.41
Hex AE 3E 24 0 40 4F 20 B 42 29
Octal 256 76 44 0 100 117 40 13 102 51
Binary 10101110 111110 100100 0 1000000 1001111 100000 1011 1000010 101001

Color Harmonies of #AE3E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E24

Black with #AE3E24

Text Example


Text Example

White with #AE3E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E24; }

 p { color: rgb(174,62,36); }

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

background-color css

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

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

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

border-color css

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

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

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