Html Css Color HEX #AE372B Medium Carmine

📋 copy color: '#AE372B'

red 174 ◦ green 55 ◦ blue 43

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

Shades of Medium Carmine #AE372B

Tints of Medium Carmine #AE372B

RGB

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

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

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

R = 63.97%
G = 20.22%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.32

RGB Variations

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

Color information

#AE372B (or 0xAE372B) is known color: Medium Carmine. HEX triplet: AE, 37 and 2B. RGB value is (174,55,43). Sum of RGB (Red+Green+Blue) = 174+55+43=272 (36% of max value = 765). Red value is 174 (68.36% from 255 or 63.97% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 174 - color contains mainly: red. Hex color #AE372B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AE372B is #51C8D4. Grayscale: #595959. Windows color (decimal): -5359829 or 2832302. OLE color: 2832302.

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

Color convert

RGB 174 55 43 -
CMYK 0 0.68 0.75 0.32
HSL 5.5º 0.6% 0.43% -
HSV(B) 5.5º 0.75% 0.68% -
XYZ 19.26 11.91 3.57 -
YUV 89.21 101.92 188.48 -
System Red Green Blue C M Y K H S L
Decimal 174 55 43 0 0.68 0.75 0.32 5.5 0.6 0.43
Hex AE 37 2B 0 44 4B 20 5 3C 2B
Octal 256 67 53 0 104 113 40 5 74 53
Binary 10101110 110111 101011 0 1000100 1001011 100000 101 111100 101011

Color Harmonies of #AE372B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE372B

Black with #AE372B

Text Example


Text Example

White with #AE372B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE372B; }

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

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

background-color css

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

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

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

border-color css

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

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

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