Html Css Color HEX #AC3C32 Medium Carmine

📋 copy color: '#AC3C32'

red 172 ◦ green 60 ◦ blue 50

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

Shades of Medium Carmine #AC3C32

Tints of Medium Carmine #AC3C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.73%

R = 60.99%
G = 21.28%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC3C32 (or 0xAC3C32) is known color: Medium Carmine. HEX triplet: AC, 3C and 32. RGB value is (172,60,50). Sum of RGB (Red+Green+Blue) = 172+60+50=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 60 (23.83% from 255 or 21.28% from 282); Blue value is 50 (19.92% from 255 or 17.73% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C32 is #53C3CD. Grayscale: #5C5C5C. Windows color (decimal): -5489614 or 3292332. OLE color: 3292332.

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

Color convert

RGB 172 60 50 -
CMYK 0 0.65 0.71 0.33
HSL 4.92º 0.55% 0.44% -
HSV(B) 4.92º 0.71% 0.67% -
XYZ 19.2 12.23 4.37 -
YUV 92.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 172 60 50 0 0.65 0.71 0.33 4.92 0.55 0.44
Hex AC 3C 32 0 41 47 21 5 37 2C
Octal 254 74 62 0 101 107 41 5 67 54
Binary 10101100 111100 110010 0 1000001 1000111 100001 101 110111 101100

Color Harmonies of #AC3C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C32

Black with #AC3C32

Text Example


Text Example

White with #AC3C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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