Html Css Color HEX #AE463F Medium Carmine

📋 copy color: '#AE463F'

red 174 ◦ green 70 ◦ blue 63

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

Shades of Medium Carmine #AE463F

Tints of Medium Carmine #AE463F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.8%

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

R = 56.68%
G = 22.8%
B = 20.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE463F (or 0xAE463F) is known color: Medium Carmine. HEX triplet: AE, 46 and 3F. RGB value is (174,70,63). Sum of RGB (Red+Green+Blue) = 174+70+63=307 (40% of max value = 765). Red value is 174 (68.36% from 255 or 56.68% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 174 - color contains mainly: red. Hex color #AE463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE463F is #51B9C0. Grayscale: #646464. Windows color (decimal): -5355969 or 4146862. OLE color: 4146862.

HSL color Cylindrical-coordinate representation of color #AE463F: hue angle of 3.78º 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 #AE463F is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 70 63 -
CMYK 0 0.60 0.64 0.32
HSL 3.78º 0.47% 0.46% -
HSV(B) 3.78º 0.64% 0.68% -
XYZ 20.54 13.74 6.27 -
YUV 100.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 174 70 63 0 0.60 0.64 0.32 3.78 0.47 0.46
Hex AE 46 3F 0 3C 40 20 4 2F 2E
Octal 256 106 77 0 74 100 40 4 57 56
Binary 10101110 1000110 111111 0 111100 1000000 100000 100 101111 101110

Color Harmonies of #AE463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE463F

Black with #AE463F

Text Example


Text Example

White with #AE463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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