Html Css Color HEX #AE402A Medium Carmine

📋 copy color: '#AE402A'

red 174 ◦ green 64 ◦ blue 42

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

Shades of Medium Carmine #AE402A

Tints of Medium Carmine #AE402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15%

R = 62.14%
G = 22.86%
B = 15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.32

RGB Variations

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

Color information

#AE402A (or 0xAE402A) is known color: Medium Carmine. HEX triplet: AE, 40 and 2A. RGB value is (174,64,42). Sum of RGB (Red+Green+Blue) = 174+64+42=280 (37% of max value = 765). Red value is 174 (68.36% from 255 or 62.14% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 174 - color contains mainly: red. Hex color #AE402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE402A is #51BFD5. Grayscale: #5E5E5E. Windows color (decimal): -5357526 or 2769070. OLE color: 2769070.

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

Color convert

RGB 174 64 42 -
CMYK 0 0.63 0.76 0.32
HSL 10º 0.61% 0.42% -
HSV(B) 10º 0.76% 0.68% -
XYZ 19.71 12.83 3.63 -
YUV 94.38 98.44 184.79 -
System Red Green Blue C M Y K H S L
Decimal 174 64 42 0 0.63 0.76 0.32 10 0.61 0.42
Hex AE 40 2A 0 3F 4C 20 A 3D 2A
Octal 256 100 52 0 77 114 40 12 75 52
Binary 10101110 1000000 101010 0 111111 1001100 100000 1010 111101 101010

Color Harmonies of #AE402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE402A

Black with #AE402A

Text Example


Text Example

White with #AE402A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE402A; }

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

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

background-color css

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

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

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

border-color css

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

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

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