Html Css Color HEX #AC3732 Medium Carmine

📋 copy color: '#AC3732'

red 172 ◦ green 55 ◦ blue 50

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

Shades of Medium Carmine #AC3732

Tints of Medium Carmine #AC3732

RGB

 RED value IS 172 (67.58% from 255) = 62.09%

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

 BLUE value IS 50 (19.92% from 255) = 18.05%

R = 62.09%
G = 19.86%
B = 18.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC3732 (or 0xAC3732) is known color: Medium Carmine. HEX triplet: AC, 37 and 32. RGB value is (172,55,50). Sum of RGB (Red+Green+Blue) = 172+55+50=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 50 (19.92% from 255 or 18.05% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3732 is #53C8CD. Grayscale: #595959. Windows color (decimal): -5490894 or 3291052. OLE color: 3291052.

HSL color Cylindrical-coordinate representation of color #AC3732: hue angle of 2.46º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3732 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 55 50 -
CMYK 0 0.68 0.71 0.33
HSL 2.46º 0.55% 0.44% -
HSV(B) 2.46º 0.71% 0.67% -
XYZ 18.96 11.73 4.28 -
YUV 89.41 105.76 186.91 -
System Red Green Blue C M Y K H S L
Decimal 172 55 50 0 0.68 0.71 0.33 2.46 0.55 0.44
Hex AC 37 32 0 44 47 21 2 37 2C
Octal 254 67 62 0 104 107 41 2 67 54
Binary 10101100 110111 110010 0 1000100 1000111 100001 10 110111 101100

Color Harmonies of #AC3732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3732

Black with #AC3732

Text Example


Text Example

White with #AC3732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3732; }

 p { color: rgb(172,55,50); }

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

background-color css

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

 a { background-color: rgb(172,55,50); }

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

border-color css

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

 span { border-color: rgb(172,55,50); }

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