Html Css Color HEX #AE3628 Medium Carmine

📋 copy color: '#AE3628'

red 174 ◦ green 54 ◦ blue 40

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

Shades of Medium Carmine #AE3628

Tints of Medium Carmine #AE3628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.15%

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

R = 64.93%
G = 20.15%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.77

 K value IS 0.32

RGB Variations

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

Color information

#AE3628 (or 0xAE3628) is known color: Medium Carmine. HEX triplet: AE, 36 and 28. RGB value is (174,54,40). Sum of RGB (Red+Green+Blue) = 174+54+40=268 (35% of max value = 765). Red value is 174 (68.36% from 255 or 64.93% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 174 - color contains mainly: red. Hex color #AE3628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE3628 is #51C9D7. Grayscale: #585858. Windows color (decimal): -5360088 or 2635438. OLE color: 2635438.

HSL color Cylindrical-coordinate representation of color #AE3628: hue angle of 6.27º 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 #AE3628 is Cyan = 0, Magento = 0.69, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 54 40 -
CMYK 0 0.69 0.77 0.32
HSL 6.27º 0.63% 0.42% -
HSV(B) 6.27º 0.77% 0.68% -
XYZ 19.16 11.79 3.27 -
YUV 88.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 174 54 40 0 0.69 0.77 0.32 6.27 0.63 0.42
Hex AE 36 28 0 45 4D 20 6 3F 2A
Octal 256 66 50 0 105 115 40 6 77 52
Binary 10101110 110110 101000 0 1000101 1001101 100000 110 111111 101010

Color Harmonies of #AE3628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE3628

Black with #AE3628

Text Example


Text Example

White with #AE3628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE3628; }

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

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

background-color css

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

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

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

border-color css

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

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

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