Html Css Color HEX #AE4128 Medium Carmine

📋 copy color: '#AE4128'

red 174 ◦ green 65 ◦ blue 40

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

Shades of Medium Carmine #AE4128

Tints of Medium Carmine #AE4128

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.3%

 BLUE value IS 40 (16.02% from 255) = 14.34%

R = 62.37%
G = 23.3%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE4128 (or 0xAE4128) is known color: Medium Carmine. HEX triplet: AE, 41 and 28. RGB value is (174,65,40). Sum of RGB (Red+Green+Blue) = 174+65+40=279 (36% of max value = 765). Red value is 174 (68.36% from 255 or 62.37% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4128 is #51BED7. Grayscale: #5E5E5E. Windows color (decimal): -5357272 or 2638254. OLE color: 2638254.

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

Color convert

RGB 174 65 40 -
CMYK 0 0.63 0.77 0.32
HSL 11.19º 0.63% 0.42% -
HSV(B) 11.19º 0.77% 0.68% -
XYZ 19.73 12.93 3.46 -
YUV 94.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 174 65 40 0 0.63 0.77 0.32 11.19 0.63 0.42
Hex AE 41 28 0 3F 4D 20 B 3F 2A
Octal 256 101 50 0 77 115 40 13 77 52
Binary 10101110 1000001 101000 0 111111 1001101 100000 1011 111111 101010

Color Harmonies of #AE4128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4128

Black with #AE4128

Text Example


Text Example

White with #AE4128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4128; }

 p { color: rgb(174,65,40); }

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

background-color css

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

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

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

border-color css

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

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

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