Html Css Color HEX #AE483C Medium Carmine

📋 copy color: '#AE483C'

red 174 ◦ green 72 ◦ blue 60

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

Shades of Medium Carmine #AE483C

Tints of Medium Carmine #AE483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 56.86%
G = 23.53%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE483C (or 0xAE483C) is known color: Medium Carmine. HEX triplet: AE, 48 and 3C. RGB value is (174,72,60). Sum of RGB (Red+Green+Blue) = 174+72+60=306 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.86% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 174 - color contains mainly: red. Hex color #AE483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE483C is #51B7C3. Grayscale: #656565. Windows color (decimal): -5355460 or 3950766. OLE color: 3950766.

HSL color Cylindrical-coordinate representation of color #AE483C: hue angle of 6.32º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE483C is Cyan = 0, Magento = 0.59, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 72 60 -
CMYK 0 0.59 0.66 0.32
HSL 6.32º 0.49% 0.46% -
HSV(B) 6.32º 0.66% 0.68% -
XYZ 20.59 13.96 5.88 -
YUV 101.13 104.79 179.98 -
System Red Green Blue C M Y K H S L
Decimal 174 72 60 0 0.59 0.66 0.32 6.32 0.49 0.46
Hex AE 48 3C 0 3B 42 20 6 31 2E
Octal 256 110 74 0 73 102 40 6 61 56
Binary 10101110 1001000 111100 0 111011 1000010 100000 110 110001 101110

Color Harmonies of #AE483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE483C

Black with #AE483C

Text Example


Text Example

White with #AE483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE483C; }

 p { color: rgb(174,72,60); }

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

background-color css

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

 a { background-color: rgb(174,72,60); }

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

border-color css

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

 span { border-color: rgb(174,72,60); }

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