Html Css Color HEX #AE413A Medium Carmine

📋 copy color: '#AE413A'

red 174 ◦ green 65 ◦ blue 58

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

Shades of Medium Carmine #AE413A

Tints of Medium Carmine #AE413A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

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

R = 58.59%
G = 21.89%
B = 19.53%

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

#AE413A (or 0xAE413A) is known color: Medium Carmine. HEX triplet: AE, 41 and 3A. RGB value is (174,65,58). Sum of RGB (Red+Green+Blue) = 174+65+58=297 (39% of max value = 765). Red value is 174 (68.36% from 255 or 58.59% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 174 - color contains mainly: red. Hex color #AE413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE413A is #51BEC5. Grayscale: #606060. Windows color (decimal): -5357254 or 3817902. OLE color: 3817902.

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

Color convert

RGB 174 65 58 -
CMYK 0 0.63 0.67 0.32
HSL 3.62º 0.5% 0.45% -
HSV(B) 3.62º 0.67% 0.68% -
XYZ 20.11 13.08 5.47 -
YUV 96.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 174 65 58 0 0.63 0.67 0.32 3.62 0.5 0.45
Hex AE 41 3A 0 3F 43 20 4 32 2D
Octal 256 101 72 0 77 103 40 4 62 55
Binary 10101110 1000001 111010 0 111111 1000011 100000 100 110010 101101

Color Harmonies of #AE413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE413A

Black with #AE413A

Text Example


Text Example

White with #AE413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE413A; }

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

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

background-color css

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

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

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

border-color css

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

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

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