Html Css Color HEX #AE483D Medium Carmine

📋 copy color: '#AE483D'

red 174 ◦ green 72 ◦ blue 61

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

Shades of Medium Carmine #AE483D

Tints of Medium Carmine #AE483D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 56.68%
G = 23.45%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE483D (or 0xAE483D) is known color: Medium Carmine. HEX triplet: AE, 48 and 3D. RGB value is (174,72,61). Sum of RGB (Red+Green+Blue) = 174+72+61=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE483D is #51B7C2. Grayscale: #656565. Windows color (decimal): -5355459 or 4016302. OLE color: 4016302.

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

Color convert

RGB 174 72 61 -
CMYK 0 0.59 0.65 0.32
HSL 5.84º 0.48% 0.46% -
HSV(B) 5.84º 0.65% 0.68% -
XYZ 20.62 13.97 6.02 -
YUV 101.24 105.29 179.89 -
System Red Green Blue C M Y K H S L
Decimal 174 72 61 0 0.59 0.65 0.32 5.84 0.48 0.46
Hex AE 48 3D 0 3B 41 20 6 30 2E
Octal 256 110 75 0 73 101 40 6 60 56
Binary 10101110 1001000 111101 0 111011 1000001 100000 110 110000 101110

Color Harmonies of #AE483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE483D

Black with #AE483D

Text Example


Text Example

White with #AE483D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE483D; }

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

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

background-color css

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

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

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

border-color css

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

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

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