Html Css Color HEX #AE423A Medium Carmine

📋 copy color: '#AE423A'

red 174 ◦ green 66 ◦ blue 58

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

Shades of Medium Carmine #AE423A

Tints of Medium Carmine #AE423A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.46%

R = 58.39%
G = 22.15%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE423A (or 0xAE423A) is known color: Medium Carmine. HEX triplet: AE, 42 and 3A. RGB value is (174,66,58). Sum of RGB (Red+Green+Blue) = 174+66+58=298 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.39% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 174 - color contains mainly: red. Hex color #AE423A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE423A is #51BDC5. Grayscale: #616161. Windows color (decimal): -5356998 or 3818158. OLE color: 3818158.

HSL color Cylindrical-coordinate representation of color #AE423A: hue angle of 4.14º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE423A is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 66 58 -
CMYK 0 0.62 0.67 0.32
HSL 4.14º 0.5% 0.45% -
HSV(B) 4.14º 0.67% 0.68% -
XYZ 20.17 13.2 5.49 -
YUV 97.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 174 66 58 0 0.62 0.67 0.32 4.14 0.5 0.45
Hex AE 42 3A 0 3E 43 20 4 32 2D
Octal 256 102 72 0 76 103 40 4 62 55
Binary 10101110 1000010 111010 0 111110 1000011 100000 100 110010 101101

Color Harmonies of #AE423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE423A

Black with #AE423A

Text Example


Text Example

White with #AE423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE423A; }

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

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

background-color css

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

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

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

border-color css

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

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

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