Html Css Color HEX #AE4938 Medium Carmine

📋 copy color: '#AE4938'

red 174 ◦ green 73 ◦ blue 56

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

Shades of Medium Carmine #AE4938

Tints of Medium Carmine #AE4938

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.09%

 BLUE value IS 56 (22.27% from 255) = 18.48%

R = 57.43%
G = 24.09%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#AE4938 (or 0xAE4938) is known color: Medium Carmine. HEX triplet: AE, 49 and 38. RGB value is (174,73,56). Sum of RGB (Red+Green+Blue) = 174+73+56=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 73 (28.91% from 255 or 24.09% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE4938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE4938 is #51B6C7. Grayscale: #656565. Windows color (decimal): -5355208 or 3688878. OLE color: 3688878.

HSL color Cylindrical-coordinate representation of color #AE4938: hue angle of 8.64º degrees, saturation: 0.51, 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 #AE4938 is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 73 56 -
CMYK 0 0.58 0.68 0.32
HSL 8.64º 0.51% 0.45% -
HSV(B) 8.64º 0.68% 0.68% -
XYZ 20.55 14.05 5.37 -
YUV 101.26 102.46 179.88 -
System Red Green Blue C M Y K H S L
Decimal 174 73 56 0 0.58 0.68 0.32 8.64 0.51 0.45
Hex AE 49 38 0 3A 44 20 9 33 2D
Octal 256 111 70 0 72 104 40 11 63 55
Binary 10101110 1001001 111000 0 111010 1000100 100000 1001 110011 101101

Color Harmonies of #AE4938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4938

Black with #AE4938

Text Example


Text Example

White with #AE4938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4938; }

 p { color: rgb(174,73,56); }

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

background-color css

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

 a { background-color: rgb(174,73,56); }

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

border-color css

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

 span { border-color: rgb(174,73,56); }

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