Html Css Color HEX #AE4037 Medium Carmine

📋 copy color: '#AE4037'

red 174 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #AE4037

Tints of Medium Carmine #AE4037

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

 BLUE value IS 55 (21.88% from 255) = 18.77%

R = 59.39%
G = 21.84%
B = 18.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE4037 (or 0xAE4037) is known color: Medium Carmine. HEX triplet: AE, 40 and 37. RGB value is (174,64,55). Sum of RGB (Red+Green+Blue) = 174+64+55=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 55 (21.88% from 255 or 18.77% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4037 is #51BFC8. Grayscale: #606060. Windows color (decimal): -5357513 or 3621038. OLE color: 3621038.

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

Color convert

RGB 174 64 55 -
CMYK 0 0.63 0.68 0.32
HSL 4.54º 0.52% 0.45% -
HSV(B) 4.54º 0.68% 0.68% -
XYZ 19.98 12.94 5.06 -
YUV 95.86 104.94 183.73 -
System Red Green Blue C M Y K H S L
Decimal 174 64 55 0 0.63 0.68 0.32 4.54 0.52 0.45
Hex AE 40 37 0 3F 44 20 5 34 2D
Octal 256 100 67 0 77 104 40 5 64 55
Binary 10101110 1000000 110111 0 111111 1000100 100000 101 110100 101101

Color Harmonies of #AE4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4037

Black with #AE4037

Text Example


Text Example

White with #AE4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4037; }

 p { color: rgb(174,64,55); }

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

background-color css

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

 a { background-color: rgb(174,64,55); }

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

border-color css

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

 span { border-color: rgb(174,64,55); }

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