Html Css Color HEX #AC4132 Medium Carmine

📋 copy color: '#AC4132'

red 172 ◦ green 65 ◦ blue 50

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

Shades of Medium Carmine #AC4132

Tints of Medium Carmine #AC4132

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.65%

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

R = 59.93%
G = 22.65%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC4132 (or 0xAC4132) is known color: Medium Carmine. HEX triplet: AC, 41 and 32. RGB value is (172,65,50). Sum of RGB (Red+Green+Blue) = 172+65+50=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4132 is #53BECD. Grayscale: #5F5F5F. Windows color (decimal): -5488334 or 3293612. OLE color: 3293612.

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

Color convert

RGB 172 65 50 -
CMYK 0 0.62 0.71 0.33
HSL 7.38º 0.55% 0.44% -
HSV(B) 7.38º 0.71% 0.67% -
XYZ 19.48 12.78 4.46 -
YUV 95.28 102.45 182.72 -
System Red Green Blue C M Y K H S L
Decimal 172 65 50 0 0.62 0.71 0.33 7.38 0.55 0.44
Hex AC 41 32 0 3E 47 21 7 37 2C
Octal 254 101 62 0 76 107 41 7 67 54
Binary 10101100 1000001 110010 0 111110 1000111 100001 111 110111 101100

Color Harmonies of #AC4132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4132

Black with #AC4132

Text Example


Text Example

White with #AC4132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4132; }

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

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

background-color css

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

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

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

border-color css

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

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

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