Html Css Color HEX #AC4939 Medium Carmine

📋 copy color: '#AC4939'

red 172 ◦ green 73 ◦ blue 57

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

Shades of Medium Carmine #AC4939

Tints of Medium Carmine #AC4939

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.17%

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

R = 56.95%
G = 24.17%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4939 (or 0xAC4939) is known color: Medium Carmine. HEX triplet: AC, 49 and 39. RGB value is (172,73,57). Sum of RGB (Red+Green+Blue) = 172+73+57=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4939 is #53B6C6. Grayscale: #646464. Windows color (decimal): -5486279 or 3754412. OLE color: 3754412.

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

Color convert

RGB 172 73 57 -
CMYK 0 0.58 0.67 0.33
HSL 8.35º 0.5% 0.45% -
HSV(B) 8.35º 0.67% 0.67% -
XYZ 20.13 13.83 5.48 -
YUV 100.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 172 73 57 0 0.58 0.67 0.33 8.35 0.5 0.45
Hex AC 49 39 0 3A 43 21 8 32 2D
Octal 254 111 71 0 72 103 41 10 62 55
Binary 10101100 1001001 111001 0 111010 1000011 100001 1000 110010 101101

Color Harmonies of #AC4939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4939

Black with #AC4939

Text Example


Text Example

White with #AC4939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4939; }

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

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

background-color css

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

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

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

border-color css

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

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

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