Html Css Color HEX #AE412B Medium Carmine

📋 copy color: '#AE412B'

red 174 ◦ green 65 ◦ blue 43

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

Shades of Medium Carmine #AE412B

Tints of Medium Carmine #AE412B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.25%

R = 61.7%
G = 23.05%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE412B (or 0xAE412B) is known color: Medium Carmine. HEX triplet: AE, 41 and 2B. RGB value is (174,65,43). Sum of RGB (Red+Green+Blue) = 174+65+43=282 (37% of max value = 765). Red value is 174 (68.36% from 255 or 61.70% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 174 - color contains mainly: red. Hex color #AE412B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE412B is #51BED4. Grayscale: #5F5F5F. Windows color (decimal): -5357269 or 2834862. OLE color: 2834862.

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

Color convert

RGB 174 65 43 -
CMYK 0 0.63 0.75 0.32
HSL 10.08º 0.6% 0.43% -
HSV(B) 10.08º 0.75% 0.68% -
XYZ 19.78 12.95 3.74 -
YUV 95.08 98.61 184.29 -
System Red Green Blue C M Y K H S L
Decimal 174 65 43 0 0.63 0.75 0.32 10.08 0.6 0.43
Hex AE 41 2B 0 3F 4B 20 A 3C 2B
Octal 256 101 53 0 77 113 40 12 74 53
Binary 10101110 1000001 101011 0 111111 1001011 100000 1010 111100 101011

Color Harmonies of #AE412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE412B

Black with #AE412B

Text Example


Text Example

White with #AE412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE412B; }

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

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

background-color css

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

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

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

border-color css

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

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

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