Html Css Color HEX #AE3E26 Medium Carmine

📋 copy color: '#AE3E26'

red 174 ◦ green 62 ◦ blue 38

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

Shades of Medium Carmine #AE3E26

Tints of Medium Carmine #AE3E26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 13.87%

R = 63.5%
G = 22.63%
B = 13.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.32

RGB Variations

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

Color information

#AE3E26 (or 0xAE3E26) is known color: Medium Carmine. HEX triplet: AE, 3E and 26. RGB value is (174,62,38). Sum of RGB (Red+Green+Blue) = 174+62+38=274 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.50% from 274); Green value is 62 (24.61% from 255 or 22.63% from 274); Blue value is 38 (15.23% from 255 or 13.87% from 274); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3E26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3E26 is #51C1D9. Grayscale: #5C5C5C. Windows color (decimal): -5358042 or 2506414. OLE color: 2506414.

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

Color convert

RGB 174 62 38 -
CMYK 0 0.64 0.78 0.32
HSL 10.59º 0.64% 0.42% -
HSV(B) 10.59º 0.78% 0.68% -
XYZ 19.53 12.58 3.23 -
YUV 92.75 97.11 185.95 -
System Red Green Blue C M Y K H S L
Decimal 174 62 38 0 0.64 0.78 0.32 10.59 0.64 0.42
Hex AE 3E 26 0 40 4E 20 B 40 2A
Octal 256 76 46 0 100 116 40 13 100 52
Binary 10101110 111110 100110 0 1000000 1001110 100000 1011 1000000 101010

Color Harmonies of #AE3E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3E26

Black with #AE3E26

Text Example


Text Example

White with #AE3E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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