Html Css Color HEX #AC3C2B Medium Carmine

📋 copy color: '#AC3C2B'

red 172 ◦ green 60 ◦ blue 43

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

Shades of Medium Carmine #AC3C2B

Tints of Medium Carmine #AC3C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 62.55%
G = 21.82%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC3C2B (or 0xAC3C2B) is known color: Medium Carmine. HEX triplet: AC, 3C and 2B. RGB value is (172,60,43). Sum of RGB (Red+Green+Blue) = 172+60+43=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 60 (23.83% from 255 or 21.82% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C2B is #53C3D4. Grayscale: #5B5B5B. Windows color (decimal): -5489621 or 2833580. OLE color: 2833580.

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

Color convert

RGB 172 60 43 -
CMYK 0 0.65 0.75 0.33
HSL 7.91º 0.6% 0.42% -
HSV(B) 7.91º 0.75% 0.67% -
XYZ 19.07 12.18 3.63 -
YUV 91.55 100.61 185.38 -
System Red Green Blue C M Y K H S L
Decimal 172 60 43 0 0.65 0.75 0.33 7.91 0.6 0.42
Hex AC 3C 2B 0 41 4B 21 8 3C 2A
Octal 254 74 53 0 101 113 41 10 74 52
Binary 10101100 111100 101011 0 1000001 1001011 100001 1000 111100 101010

Color Harmonies of #AC3C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C2B

Black with #AC3C2B

Text Example


Text Example

White with #AC3C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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