Html Css Color HEX #AC3D2C Medium Carmine

📋 copy color: '#AC3D2C'

red 172 ◦ green 61 ◦ blue 44

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

Shades of Medium Carmine #AC3D2C

Tints of Medium Carmine #AC3D2C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.02%

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

R = 62.09%
G = 22.02%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC3D2C (or 0xAC3D2C) is known color: Medium Carmine. HEX triplet: AC, 3D and 2C. RGB value is (172,61,44). Sum of RGB (Red+Green+Blue) = 172+61+44=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D2C is #53C2D3. Grayscale: #5C5C5C. Windows color (decimal): -5489364 or 2899372. OLE color: 2899372.

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

Color convert

RGB 172 61 44 -
CMYK 0 0.65 0.74 0.33
HSL 7.97º 0.59% 0.42% -
HSV(B) 7.97º 0.74% 0.67% -
XYZ 19.14 12.29 3.75 -
YUV 92.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 172 61 44 0 0.65 0.74 0.33 7.97 0.59 0.42
Hex AC 3D 2C 0 41 4A 21 8 3B 2A
Octal 254 75 54 0 101 112 41 10 73 52
Binary 10101100 111101 101100 0 1000001 1001010 100001 1000 111011 101010

Color Harmonies of #AC3D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D2C

Black with #AC3D2C

Text Example


Text Example

White with #AC3D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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