Html Css Color HEX #AE372E Medium Carmine

📋 copy color: '#AE372E'

red 174 ◦ green 55 ◦ blue 46

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

Shades of Medium Carmine #AE372E

Tints of Medium Carmine #AE372E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20%

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

R = 63.27%
G = 20%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.74

 K value IS 0.32

RGB Variations

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

Color information

#AE372E (or 0xAE372E) is known color: Medium Carmine. HEX triplet: AE, 37 and 2E. RGB value is (174,55,46). Sum of RGB (Red+Green+Blue) = 174+55+46=275 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.27% from 275); Green value is 55 (21.88% from 255 or 20% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 174 - color contains mainly: red. Hex color #AE372E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE372E is #51C8D1. Grayscale: #595959. Windows color (decimal): -5359826 or 3028910. OLE color: 3028910.

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

Color convert

RGB 174 55 46 -
CMYK 0 0.68 0.74 0.32
HSL 4.22º 0.58% 0.43% -
HSV(B) 4.22º 0.74% 0.68% -
XYZ 19.31 11.93 3.87 -
YUV 89.56 103.42 188.23 -
System Red Green Blue C M Y K H S L
Decimal 174 55 46 0 0.68 0.74 0.32 4.22 0.58 0.43
Hex AE 37 2E 0 44 4A 20 4 3A 2B
Octal 256 67 56 0 104 112 40 4 72 53
Binary 10101110 110111 101110 0 1000100 1001010 100000 100 111010 101011

Color Harmonies of #AE372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE372E

Black with #AE372E

Text Example


Text Example

White with #AE372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE372E; }

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

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

background-color css

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

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

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

border-color css

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

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

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