Html Css Color HEX #AE453E Medium Carmine

📋 copy color: '#AE453E'

red 174 ◦ green 69 ◦ blue 62

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

Shades of Medium Carmine #AE453E

Tints of Medium Carmine #AE453E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 62 (24.61% from 255) = 20.33%

R = 57.05%
G = 22.62%
B = 20.33%

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

#AE453E (or 0xAE453E) is known color: Medium Carmine. HEX triplet: AE, 45 and 3E. RGB value is (174,69,62). Sum of RGB (Red+Green+Blue) = 174+69+62=305 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.05% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 174 - color contains mainly: red. Hex color #AE453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE453E is #51BAC1. Grayscale: #636363. Windows color (decimal): -5356226 or 4081070. OLE color: 4081070.

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

Color convert

RGB 174 69 62 -
CMYK 0 0.60 0.64 0.32
HSL 3.75º 0.47% 0.46% -
HSV(B) 3.75º 0.64% 0.68% -
XYZ 20.45 13.6 6.11 -
YUV 99.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 174 69 62 0 0.60 0.64 0.32 3.75 0.47 0.46
Hex AE 45 3E 0 3C 40 20 4 2F 2E
Octal 256 105 76 0 74 100 40 4 57 56
Binary 10101110 1000101 111110 0 111100 1000000 100000 100 101111 101110

Color Harmonies of #AE453E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE453E

Black with #AE453E

Text Example


Text Example

White with #AE453E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE453E; }

 p { color: rgb(174,69,62); }

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

background-color css

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

 a { background-color: rgb(174,69,62); }

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

border-color css

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

 span { border-color: rgb(174,69,62); }

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