Html Css Color HEX #AE412F Medium Carmine

📋 copy color: '#AE412F'

red 174 ◦ green 65 ◦ blue 47

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

Shades of Medium Carmine #AE412F

Tints of Medium Carmine #AE412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.43%

R = 60.84%
G = 22.73%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.32

RGB Variations

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

Color information

#AE412F (or 0xAE412F) is known color: Medium Carmine. HEX triplet: AE, 41 and 2F. RGB value is (174,65,47). Sum of RGB (Red+Green+Blue) = 174+65+47=286 (37% of max value = 765). Red value is 174 (68.36% from 255 or 60.84% from 286); Green value is 65 (25.78% from 255 or 22.73% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 174 - color contains mainly: red. Hex color #AE412F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE412F is #51BED0. Grayscale: #5F5F5F. Windows color (decimal): -5357265 or 3097006. OLE color: 3097006.

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

Color convert

RGB 174 65 47 -
CMYK 0 0.63 0.73 0.32
HSL 8.5º 0.57% 0.43% -
HSV(B) 8.5º 0.73% 0.68% -
XYZ 19.86 12.98 4.15 -
YUV 95.54 100.61 183.96 -
System Red Green Blue C M Y K H S L
Decimal 174 65 47 0 0.63 0.73 0.32 8.5 0.57 0.43
Hex AE 41 2F 0 3F 49 20 9 39 2B
Octal 256 101 57 0 77 111 40 11 71 53
Binary 10101110 1000001 101111 0 111111 1001001 100000 1001 111001 101011

Color Harmonies of #AE412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE412F

Black with #AE412F

Text Example


Text Example

White with #AE412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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