Html Css Color HEX #AE402D Medium Carmine

📋 copy color: '#AE402D'

red 174 ◦ green 64 ◦ blue 45

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

Shades of Medium Carmine #AE402D

Tints of Medium Carmine #AE402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 61.48%
G = 22.61%
B = 15.9%

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

#AE402D (or 0xAE402D) is known color: Medium Carmine. HEX triplet: AE, 40 and 2D. RGB value is (174,64,45). Sum of RGB (Red+Green+Blue) = 174+64+45=283 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.48% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 174 - color contains mainly: red. Hex color #AE402D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE402D is #51BFD2. Grayscale: #5E5E5E. Windows color (decimal): -5357523 or 2965678. OLE color: 2965678.

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

Color convert

RGB 174 64 45 -
CMYK 0 0.63 0.74 0.32
HSL 8.84º 0.59% 0.43% -
HSV(B) 8.84º 0.74% 0.68% -
XYZ 19.76 12.85 3.92 -
YUV 94.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 174 64 45 0 0.63 0.74 0.32 8.84 0.59 0.43
Hex AE 40 2D 0 3F 4A 20 9 3B 2B
Octal 256 100 55 0 77 112 40 11 73 53
Binary 10101110 1000000 101101 0 111111 1001010 100000 1001 111011 101011

Color Harmonies of #AE402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE402D

Black with #AE402D

Text Example


Text Example

White with #AE402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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