Html Css Color HEX #AE403A Medium Carmine

📋 copy color: '#AE403A'

red 174 ◦ green 64 ◦ blue 58

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

Shades of Medium Carmine #AE403A

Tints of Medium Carmine #AE403A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 58.78%
G = 21.62%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE403A (or 0xAE403A) is known color: Medium Carmine. HEX triplet: AE, 40 and 3A. RGB value is (174,64,58). Sum of RGB (Red+Green+Blue) = 174+64+58=296 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.78% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 174 - color contains mainly: red. Hex color #AE403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE403A is #51BFC5. Grayscale: #606060. Windows color (decimal): -5357510 or 3817646. OLE color: 3817646.

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

Color convert

RGB 174 64 58 -
CMYK 0 0.63 0.67 0.32
HSL 3.1º 0.5% 0.45% -
HSV(B) 3.1º 0.67% 0.68% -
XYZ 20.05 12.97 5.45 -
YUV 96.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 174 64 58 0 0.63 0.67 0.32 3.1 0.5 0.45
Hex AE 40 3A 0 3F 43 20 3 32 2D
Octal 256 100 72 0 77 103 40 3 62 55
Binary 10101110 1000000 111010 0 111111 1000011 100000 11 110010 101101

Color Harmonies of #AE403A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE403A

Black with #AE403A

Text Example


Text Example

White with #AE403A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE403A; }

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

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

background-color css

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

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

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

border-color css

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

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

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