Html Css Color HEX #AC3734 Medium Carmine

📋 copy color: '#AC3734'

red 172 ◦ green 55 ◦ blue 52

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

Shades of Medium Carmine #AC3734

Tints of Medium Carmine #AC3734

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.64%

R = 61.65%
G = 19.71%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3734 (or 0xAC3734) is known color: Medium Carmine. HEX triplet: AC, 37 and 34. RGB value is (172,55,52). Sum of RGB (Red+Green+Blue) = 172+55+52=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3734 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3734 is #53C8CB. Grayscale: #595959. Windows color (decimal): -5490892 or 3422124. OLE color: 3422124.

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

Color convert

RGB 172 55 52 -
CMYK 0 0.68 0.70 0.33
HSL 1.5º 0.54% 0.44% -
HSV(B) 1.5º 0.7% 0.67% -
XYZ 19 11.75 4.52 -
YUV 89.64 106.76 186.74 -
System Red Green Blue C M Y K H S L
Decimal 172 55 52 0 0.68 0.70 0.33 1.5 0.54 0.44
Hex AC 37 34 0 44 46 21 2 36 2C
Octal 254 67 64 0 104 106 41 2 66 54
Binary 10101100 110111 110100 0 1000100 1000110 100001 10 110110 101100

Color Harmonies of #AC3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3734

Black with #AC3734

Text Example


Text Example

White with #AC3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3734; }

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

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

background-color css

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

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

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

border-color css

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

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

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