Html Css Color HEX #AC3A2C Medium Carmine

📋 copy color: '#AC3A2C'

red 172 ◦ green 58 ◦ blue 44

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

Shades of Medium Carmine #AC3A2C

Tints of Medium Carmine #AC3A2C

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

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

R = 62.77%
G = 21.17%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC3A2C (or 0xAC3A2C) is known color: Medium Carmine. HEX triplet: AC, 3A and 2C. RGB value is (172,58,44). Sum of RGB (Red+Green+Blue) = 172+58+44=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 44 (17.58% from 255 or 16.06% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3A2C is #53C5D3. Grayscale: #5A5A5A. Windows color (decimal): -5490132 or 2898604. OLE color: 2898604.

HSL color Cylindrical-coordinate representation of color #AC3A2C: hue angle of 6.56º 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 #AC3A2C is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 58 44 -
CMYK 0 0.66 0.74 0.33
HSL 6.56º 0.59% 0.42% -
HSV(B) 6.56º 0.74% 0.67% -
XYZ 18.98 11.98 3.69 -
YUV 90.49 101.77 186.14 -
System Red Green Blue C M Y K H S L
Decimal 172 58 44 0 0.66 0.74 0.33 6.56 0.59 0.42
Hex AC 3A 2C 0 42 4A 21 7 3B 2A
Octal 254 72 54 0 102 112 41 7 73 52
Binary 10101100 111010 101100 0 1000010 1001010 100001 111 111011 101010

Color Harmonies of #AC3A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3A2C

Black with #AC3A2C

Text Example


Text Example

White with #AC3A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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