Html Css Color HEX #AC4032 Medium Carmine

📋 copy color: '#AC4032'

red 172 ◦ green 64 ◦ blue 50

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

Shades of Medium Carmine #AC4032

Tints of Medium Carmine #AC4032

RGB

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

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

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

R = 60.14%
G = 22.38%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC4032 (or 0xAC4032) is known color: Medium Carmine. HEX triplet: AC, 40 and 32. RGB value is (172,64,50). Sum of RGB (Red+Green+Blue) = 172+64+50=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4032 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4032 is #53BFCD. Grayscale: #5E5E5E. Windows color (decimal): -5488590 or 3293356. OLE color: 3293356.

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

Color convert

RGB 172 64 50 -
CMYK 0 0.63 0.71 0.33
HSL 6.89º 0.55% 0.44% -
HSV(B) 6.89º 0.71% 0.67% -
XYZ 19.42 12.67 4.44 -
YUV 94.7 102.78 183.14 -
System Red Green Blue C M Y K H S L
Decimal 172 64 50 0 0.63 0.71 0.33 6.89 0.55 0.44
Hex AC 40 32 0 3F 47 21 7 37 2C
Octal 254 100 62 0 77 107 41 7 67 54
Binary 10101100 1000000 110010 0 111111 1000111 100001 111 110111 101100

Color Harmonies of #AC4032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4032

Black with #AC4032

Text Example


Text Example

White with #AC4032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4032; }

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

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

background-color css

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

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

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

border-color css

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

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

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