Html Css Color HEX #AC3C39 Medium Carmine

📋 copy color: '#AC3C39'

red 172 ◦ green 60 ◦ blue 57

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

Shades of Medium Carmine #AC3C39

Tints of Medium Carmine #AC3C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.72%

R = 59.52%
G = 20.76%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC3C39 (or 0xAC3C39) is known color: Medium Carmine. HEX triplet: AC, 3C and 39. RGB value is (172,60,57). Sum of RGB (Red+Green+Blue) = 172+60+57=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 57 (22.66% from 255 or 19.72% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C39 is #53C3C6. Grayscale: #5D5D5D. Windows color (decimal): -5489607 or 3751084. OLE color: 3751084.

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

Color convert

RGB 172 60 57 -
CMYK 0 0.65 0.67 0.33
HSL 1.57º 0.5% 0.45% -
HSV(B) 1.57º 0.67% 0.67% -
XYZ 19.37 12.3 5.22 -
YUV 93.15 107.61 184.24 -
System Red Green Blue C M Y K H S L
Decimal 172 60 57 0 0.65 0.67 0.33 1.57 0.5 0.45
Hex AC 3C 39 0 41 43 21 2 32 2D
Octal 254 74 71 0 101 103 41 2 62 55
Binary 10101100 111100 111001 0 1000001 1000011 100001 10 110010 101101

Color Harmonies of #AC3C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C39

Black with #AC3C39

Text Example


Text Example

White with #AC3C39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C39; }

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

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

background-color css

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

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

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

border-color css

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

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

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