Html Css Color HEX #AC4039 Medium Carmine

📋 copy color: '#AC4039'

red 172 ◦ green 64 ◦ blue 57

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

Shades of Medium Carmine #AC4039

Tints of Medium Carmine #AC4039

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.84%

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

R = 58.7%
G = 21.84%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4039 (or 0xAC4039) is known color: Medium Carmine. HEX triplet: AC, 40 and 39. RGB value is (172,64,57). Sum of RGB (Red+Green+Blue) = 172+64+57=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4039 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4039 is #53BFC6. Grayscale: #5F5F5F. Windows color (decimal): -5488583 or 3752108. OLE color: 3752108.

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

Color convert

RGB 172 64 57 -
CMYK 0 0.63 0.67 0.33
HSL 3.65º 0.5% 0.45% -
HSV(B) 3.65º 0.67% 0.67% -
XYZ 19.59 12.73 5.3 -
YUV 95.49 106.28 182.57 -
System Red Green Blue C M Y K H S L
Decimal 172 64 57 0 0.63 0.67 0.33 3.65 0.5 0.45
Hex AC 40 39 0 3F 43 21 4 32 2D
Octal 254 100 71 0 77 103 41 4 62 55
Binary 10101100 1000000 111001 0 111111 1000011 100001 100 110010 101101

Color Harmonies of #AC4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4039

Black with #AC4039

Text Example


Text Example

White with #AC4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4039; }

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

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

background-color css

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

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

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

border-color css

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

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

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