Html Css Color HEX #AC3C2E Medium Carmine

📋 copy color: '#AC3C2E'

red 172 ◦ green 60 ◦ blue 46

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

Shades of Medium Carmine #AC3C2E

Tints of Medium Carmine #AC3C2E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 61.87%
G = 21.58%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC3C2E (or 0xAC3C2E) is known color: Medium Carmine. HEX triplet: AC, 3C and 2E. RGB value is (172,60,46). Sum of RGB (Red+Green+Blue) = 172+60+46=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C2E is #53C3D1. Grayscale: #5C5C5C. Windows color (decimal): -5489618 or 3030188. OLE color: 3030188.

HSL color Cylindrical-coordinate representation of color #AC3C2E: hue angle of 6.67º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3C2E is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 60 46 -
CMYK 0 0.65 0.73 0.33
HSL 6.67º 0.58% 0.43% -
HSV(B) 6.67º 0.73% 0.67% -
XYZ 19.12 12.2 3.93 -
YUV 91.89 102.11 185.14 -
System Red Green Blue C M Y K H S L
Decimal 172 60 46 0 0.65 0.73 0.33 6.67 0.58 0.43
Hex AC 3C 2E 0 41 49 21 7 3A 2B
Octal 254 74 56 0 101 111 41 7 72 53
Binary 10101100 111100 101110 0 1000001 1001001 100001 111 111010 101011

Color Harmonies of #AC3C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C2E

Black with #AC3C2E

Text Example


Text Example

White with #AC3C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C2E; }

 p { color: rgb(172,60,46); }

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

background-color css

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

 a { background-color: rgb(172,60,46); }

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

border-color css

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

 span { border-color: rgb(172,60,46); }

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