Html Css Color HEX #AE403E Medium Carmine

📋 copy color: '#AE403E'

red 174 ◦ green 64 ◦ blue 62

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

Shades of Medium Carmine #AE403E

Tints of Medium Carmine #AE403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.33%

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

R = 58%
G = 21.33%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE403E (or 0xAE403E) is known color: Medium Carmine. HEX triplet: AE, 40 and 3E. RGB value is (174,64,62). Sum of RGB (Red+Green+Blue) = 174+64+62=300 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 174 - color contains mainly: red. Hex color #AE403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE403E is #51BFC1. Grayscale: #606060. Windows color (decimal): -5357506 or 4079790. OLE color: 4079790.

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

Color convert

RGB 174 64 62 -
CMYK 0 0.63 0.64 0.32
HSL 1.07º 0.47% 0.46% -
HSV(B) 1.07º 0.64% 0.68% -
XYZ 20.16 13.01 6.01 -
YUV 96.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 174 64 62 0 0.63 0.64 0.32 1.07 0.47 0.46
Hex AE 40 3E 0 3F 40 20 1 2F 2E
Octal 256 100 76 0 77 100 40 1 57 56
Binary 10101110 1000000 111110 0 111111 1000000 100000 1 101111 101110

Color Harmonies of #AE403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE403E

Black with #AE403E

Text Example


Text Example

White with #AE403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE403E; }

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

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

background-color css

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

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

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

border-color css

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

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

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