Html Css Color HEX #AE442E Medium Carmine

📋 copy color: '#AE442E'

red 174 ◦ green 68 ◦ blue 46

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

Shades of Medium Carmine #AE442E

Tints of Medium Carmine #AE442E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.61%

 BLUE value IS 46 (18.36% from 255) = 15.97%

R = 60.42%
G = 23.61%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE442E (or 0xAE442E) is known color: Medium Carmine. HEX triplet: AE, 44 and 2E. RGB value is (174,68,46). Sum of RGB (Red+Green+Blue) = 174+68+46=288 (38% of max value = 765). Red value is 174 (68.36% from 255 or 60.42% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 46 (18.36% from 255 or 15.97% from 288); Max value from RGB is 174 - color contains mainly: red. Hex color #AE442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE442E is #51BBD1. Grayscale: #616161. Windows color (decimal): -5356498 or 3032238. OLE color: 3032238.

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

Color convert

RGB 174 68 46 -
CMYK 0 0.61 0.74 0.32
HSL 10.31º 0.58% 0.43% -
HSV(B) 10.31º 0.74% 0.68% -
XYZ 20.02 13.33 4.1 -
YUV 97.19 99.12 182.79 -
System Red Green Blue C M Y K H S L
Decimal 174 68 46 0 0.61 0.74 0.32 10.31 0.58 0.43
Hex AE 44 2E 0 3D 4A 20 A 3A 2B
Octal 256 104 56 0 75 112 40 12 72 53
Binary 10101110 1000100 101110 0 111101 1001010 100000 1010 111010 101011

Color Harmonies of #AE442E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE442E

Black with #AE442E

Text Example


Text Example

White with #AE442E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE442E; }

 p { color: rgb(174,68,46); }

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

background-color css

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

 a { background-color: rgb(174,68,46); }

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

border-color css

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

 span { border-color: rgb(174,68,46); }

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