Html Css Color HEX #AE3E25 Medium Carmine

📋 copy color: '#AE3E25'

red 174 ◦ green 62 ◦ blue 37

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

Shades of Medium Carmine #AE3E25

Tints of Medium Carmine #AE3E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.55%

R = 63.74%
G = 22.71%
B = 13.55%

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

#AE3E25 (or 0xAE3E25) is known color: Medium Carmine. HEX triplet: AE, 3E and 25. RGB value is (174,62,37). Sum of RGB (Red+Green+Blue) = 174+62+37=273 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.74% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 37 (14.84% from 255 or 13.55% from 273); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E25 is #51C1DA. Grayscale: #5C5C5C. Windows color (decimal): -5358043 or 2440878. OLE color: 2440878.

HSL color Cylindrical-coordinate representation of color #AE3E25: hue angle of 10.95º degrees, saturation: 0.65, 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 #AE3E25 is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 62 37 -
CMYK 0 0.64 0.79 0.32
HSL 10.95º 0.65% 0.41% -
HSV(B) 10.95º 0.79% 0.68% -
XYZ 19.51 12.58 3.15 -
YUV 92.64 96.61 186.03 -
System Red Green Blue C M Y K H S L
Decimal 174 62 37 0 0.64 0.79 0.32 10.95 0.65 0.41
Hex AE 3E 25 0 40 4F 20 B 41 29
Octal 256 76 45 0 100 117 40 13 101 51
Binary 10101110 111110 100101 0 1000000 1001111 100000 1011 1000001 101001

Color Harmonies of #AE3E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E25

Black with #AE3E25

Text Example


Text Example

White with #AE3E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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