Html Css Color HEX #AE463D Medium Carmine

📋 copy color: '#AE463D'

red 174 ◦ green 70 ◦ blue 61

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

Shades of Medium Carmine #AE463D

Tints of Medium Carmine #AE463D

RGB

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

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

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

R = 57.05%
G = 22.95%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE463D (or 0xAE463D) is known color: Medium Carmine. HEX triplet: AE, 46 and 3D. RGB value is (174,70,61). Sum of RGB (Red+Green+Blue) = 174+70+61=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 61 (24.22% from 255 or 20% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE463D is #51B9C2. Grayscale: #646464. Windows color (decimal): -5355971 or 4015790. OLE color: 4015790.

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

Color convert

RGB 174 70 61 -
CMYK 0 0.60 0.65 0.32
HSL 4.78º 0.48% 0.46% -
HSV(B) 4.78º 0.65% 0.68% -
XYZ 20.49 13.72 5.98 -
YUV 100.07 105.96 180.73 -
System Red Green Blue C M Y K H S L
Decimal 174 70 61 0 0.60 0.65 0.32 4.78 0.48 0.46
Hex AE 46 3D 0 3C 41 20 5 30 2E
Octal 256 106 75 0 74 101 40 5 60 56
Binary 10101110 1000110 111101 0 111100 1000001 100000 101 110000 101110

Color Harmonies of #AE463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE463D

Black with #AE463D

Text Example


Text Example

White with #AE463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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