Html Css Color HEX #AE423D Medium Carmine

📋 copy color: '#AE423D'

red 174 ◦ green 66 ◦ blue 61

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

Shades of Medium Carmine #AE423D

Tints of Medium Carmine #AE423D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 57.81%
G = 21.93%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE423D (or 0xAE423D) is known color: Medium Carmine. HEX triplet: AE, 42 and 3D. RGB value is (174,66,61). Sum of RGB (Red+Green+Blue) = 174+66+61=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE423D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE423D is #51BDC2. Grayscale: #616161. Windows color (decimal): -5356995 or 4014766. OLE color: 4014766.

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

Color convert

RGB 174 66 61 -
CMYK 0 0.62 0.65 0.32
HSL 2.65º 0.48% 0.46% -
HSV(B) 2.65º 0.65% 0.68% -
XYZ 20.25 13.23 5.9 -
YUV 97.72 107.28 182.41 -
System Red Green Blue C M Y K H S L
Decimal 174 66 61 0 0.62 0.65 0.32 2.65 0.48 0.46
Hex AE 42 3D 0 3E 41 20 3 30 2E
Octal 256 102 75 0 76 101 40 3 60 56
Binary 10101110 1000010 111101 0 111110 1000001 100000 11 110000 101110

Color Harmonies of #AE423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE423D

Black with #AE423D

Text Example


Text Example

White with #AE423D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE423D; }

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

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

background-color css

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

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

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

border-color css

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

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

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