Html Css Color HEX #AE402E Medium Carmine

📋 copy color: '#AE402E'

red 174 ◦ green 64 ◦ blue 46

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

Shades of Medium Carmine #AE402E

Tints of Medium Carmine #AE402E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.2%

R = 61.27%
G = 22.54%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE402E (or 0xAE402E) is known color: Medium Carmine. HEX triplet: AE, 40 and 2E. RGB value is (174,64,46). Sum of RGB (Red+Green+Blue) = 174+64+46=284 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.27% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 174 - color contains mainly: red. Hex color #AE402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE402E is #51BFD1. Grayscale: #5F5F5F. Windows color (decimal): -5357522 or 3031214. OLE color: 3031214.

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

Color convert

RGB 174 64 46 -
CMYK 0 0.63 0.74 0.32
HSL 8.44º 0.58% 0.43% -
HSV(B) 8.44º 0.74% 0.68% -
XYZ 19.78 12.86 4.02 -
YUV 94.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 174 64 46 0 0.63 0.74 0.32 8.44 0.58 0.43
Hex AE 40 2E 0 3F 4A 20 8 3A 2B
Octal 256 100 56 0 77 112 40 10 72 53
Binary 10101110 1000000 101110 0 111111 1001010 100000 1000 111010 101011

Color Harmonies of #AE402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE402E

Black with #AE402E

Text Example


Text Example

White with #AE402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE402E; }

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

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

background-color css

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

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

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

border-color css

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

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

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