Html Css Color HEX #AC3E2C Medium Carmine

📋 copy color: '#AC3E2C'

red 172 ◦ green 62 ◦ blue 44

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

Shades of Medium Carmine #AC3E2C

Tints of Medium Carmine #AC3E2C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.3%

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 61.87%
G = 22.3%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC3E2C (or 0xAC3E2C) is known color: Medium Carmine. HEX triplet: AC, 3E and 2C. RGB value is (172,62,44). Sum of RGB (Red+Green+Blue) = 172+62+44=278 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.87% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E2C is #53C1D3. Grayscale: #5D5D5D. Windows color (decimal): -5489108 or 2899628. OLE color: 2899628.

HSL color Cylindrical-coordinate representation of color #AC3E2C: hue angle of 8.44º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3E2C is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 44 -
CMYK 0 0.64 0.74 0.33
HSL 8.44º 0.59% 0.42% -
HSV(B) 8.44º 0.74% 0.67% -
XYZ 19.19 12.4 3.76 -
YUV 92.84 100.44 184.46 -
System Red Green Blue C M Y K H S L
Decimal 172 62 44 0 0.64 0.74 0.33 8.44 0.59 0.42
Hex AC 3E 2C 0 40 4A 21 8 3B 2A
Octal 254 76 54 0 100 112 41 10 73 52
Binary 10101100 111110 101100 0 1000000 1001010 100001 1000 111011 101010

Color Harmonies of #AC3E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E2C

Black with #AC3E2C

Text Example


Text Example

White with #AC3E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E2C; }

 p { color: rgb(172,62,44); }

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

background-color css

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

 a { background-color: rgb(172,62,44); }

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

border-color css

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

 span { border-color: rgb(172,62,44); }

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