Html Css Color HEX #AC4332 Medium Carmine

📋 copy color: '#AC4332'

red 172 ◦ green 67 ◦ blue 50

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

Shades of Medium Carmine #AC4332

Tints of Medium Carmine #AC4332

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.18%

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

R = 59.52%
G = 23.18%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC4332 (or 0xAC4332) is known color: Medium Carmine. HEX triplet: AC, 43 and 32. RGB value is (172,67,50). Sum of RGB (Red+Green+Blue) = 172+67+50=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 67 (26.56% from 255 or 23.18% from 289); Blue value is 50 (19.92% from 255 or 17.30% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4332 is #53BCCD. Grayscale: #606060. Windows color (decimal): -5487822 or 3294124. OLE color: 3294124.

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

Color convert

RGB 172 67 50 -
CMYK 0 0.61 0.71 0.33
HSL 8.36º 0.55% 0.44% -
HSV(B) 8.36º 0.71% 0.67% -
XYZ 19.6 13.02 4.5 -
YUV 96.46 101.79 181.88 -
System Red Green Blue C M Y K H S L
Decimal 172 67 50 0 0.61 0.71 0.33 8.36 0.55 0.44
Hex AC 43 32 0 3D 47 21 8 37 2C
Octal 254 103 62 0 75 107 41 10 67 54
Binary 10101100 1000011 110010 0 111101 1000111 100001 1000 110111 101100

Color Harmonies of #AC4332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4332

Black with #AC4332

Text Example


Text Example

White with #AC4332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4332; }

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

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

background-color css

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

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

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

border-color css

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

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

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