Html Css Color HEX #AE402C Medium Carmine

📋 copy color: '#AE402C'

red 174 ◦ green 64 ◦ blue 44

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

Shades of Medium Carmine #AE402C

Tints of Medium Carmine #AE402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.6%

R = 61.7%
G = 22.7%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE402C (or 0xAE402C) is known color: Medium Carmine. HEX triplet: AE, 40 and 2C. RGB value is (174,64,44). Sum of RGB (Red+Green+Blue) = 174+64+44=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 44 (17.58% from 255 or 15.60% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE402C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE402C is #51BFD3. Grayscale: #5E5E5E. Windows color (decimal): -5357524 or 2900142. OLE color: 2900142.

HSL color Cylindrical-coordinate representation of color #AE402C: hue angle of 9.23º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AE402C is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 64 44 -
CMYK 0 0.63 0.75 0.32
HSL 9.23º 0.6% 0.43% -
HSV(B) 9.23º 0.75% 0.68% -
XYZ 19.74 12.85 3.82 -
YUV 94.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 174 64 44 0 0.63 0.75 0.32 9.23 0.6 0.43
Hex AE 40 2C 0 3F 4B 20 9 3C 2B
Octal 256 100 54 0 77 113 40 11 74 53
Binary 10101110 1000000 101100 0 111111 1001011 100000 1001 111100 101011

Color Harmonies of #AE402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE402C

Black with #AE402C

Text Example


Text Example

White with #AE402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE402C; }

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

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

background-color css

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

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

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

border-color css

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

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

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