Html Css Color HEX #AE483F Medium Carmine

📋 copy color: '#AE483F'

red 174 ◦ green 72 ◦ blue 63

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

Shades of Medium Carmine #AE483F

Tints of Medium Carmine #AE483F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.39%

R = 56.31%
G = 23.3%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE483F (or 0xAE483F) is known color: Medium Carmine. HEX triplet: AE, 48 and 3F. RGB value is (174,72,63). Sum of RGB (Red+Green+Blue) = 174+72+63=309 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.31% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 174 - color contains mainly: red. Hex color #AE483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE483F is #51B7C0. Grayscale: #656565. Windows color (decimal): -5355457 or 4147374. OLE color: 4147374.

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

Color convert

RGB 174 72 63 -
CMYK 0 0.59 0.64 0.32
HSL 4.86º 0.47% 0.46% -
HSV(B) 4.86º 0.64% 0.68% -
XYZ 20.67 13.99 6.31 -
YUV 101.47 106.29 179.73 -
System Red Green Blue C M Y K H S L
Decimal 174 72 63 0 0.59 0.64 0.32 4.86 0.47 0.46
Hex AE 48 3F 0 3B 40 20 5 2F 2E
Octal 256 110 77 0 73 100 40 5 57 56
Binary 10101110 1001000 111111 0 111011 1000000 100000 101 101111 101110

Color Harmonies of #AE483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE483F

Black with #AE483F

Text Example


Text Example

White with #AE483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE483F; }

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

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

background-color css

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

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

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

border-color css

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

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

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