Html Css Color HEX #AE403D Medium Carmine

📋 copy color: '#AE403D'

red 174 ◦ green 64 ◦ blue 61

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

Shades of Medium Carmine #AE403D

Tints of Medium Carmine #AE403D

RGB

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

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

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

R = 58.19%
G = 21.4%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE403D (or 0xAE403D) is known color: Medium Carmine. HEX triplet: AE, 40 and 3D. RGB value is (174,64,61). Sum of RGB (Red+Green+Blue) = 174+64+61=299 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.19% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 174 - color contains mainly: red. Hex color #AE403D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE403D is #51BFC2. Grayscale: #606060. Windows color (decimal): -5357507 or 4014254. OLE color: 4014254.

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

Color convert

RGB 174 64 61 -
CMYK 0 0.63 0.65 0.32
HSL 1.59º 0.48% 0.46% -
HSV(B) 1.59º 0.65% 0.68% -
XYZ 20.13 13 5.86 -
YUV 96.55 107.94 183.24 -
System Red Green Blue C M Y K H S L
Decimal 174 64 61 0 0.63 0.65 0.32 1.59 0.48 0.46
Hex AE 40 3D 0 3F 41 20 2 30 2E
Octal 256 100 75 0 77 101 40 2 60 56
Binary 10101110 1000000 111101 0 111111 1000001 100000 10 110000 101110

Color Harmonies of #AE403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE403D

Black with #AE403D

Text Example


Text Example

White with #AE403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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