Html Css Color HEX #AC443C Medium Carmine

📋 copy color: '#AC443C'

red 172 ◦ green 68 ◦ blue 60

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

Shades of Medium Carmine #AC443C

Tints of Medium Carmine #AC443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.67%

 BLUE value IS 60 (23.83% from 255) = 20%

R = 57.33%
G = 22.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC443C (or 0xAC443C) is known color: Medium Carmine. HEX triplet: AC, 44 and 3C. RGB value is (172,68,60). Sum of RGB (Red+Green+Blue) = 172+68+60=300 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.33% from 300); Green value is 68 (26.95% from 255 or 22.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 172 - color contains mainly: red. Hex color #AC443C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC443C is #53BBC3. Grayscale: #626262. Windows color (decimal): -5487556 or 3949740. OLE color: 3949740.

HSL color Cylindrical-coordinate representation of color #AC443C: hue angle of 4.29º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AC443C is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 68 60 -
CMYK 0 0.60 0.65 0.33
HSL 4.29º 0.48% 0.45% -
HSV(B) 4.29º 0.65% 0.67% -
XYZ 19.9 13.23 5.78 -
YUV 98.18 106.46 180.65 -
System Red Green Blue C M Y K H S L
Decimal 172 68 60 0 0.60 0.65 0.33 4.29 0.48 0.45
Hex AC 44 3C 0 3C 41 21 4 30 2D
Octal 254 104 74 0 74 101 41 4 60 55
Binary 10101100 1000100 111100 0 111100 1000001 100001 100 110000 101101

Color Harmonies of #AC443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC443C

Black with #AC443C

Text Example


Text Example

White with #AC443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC443C; }

 p { color: rgb(172,68,60); }

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

background-color css

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

 a { background-color: rgb(172,68,60); }

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

border-color css

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

 span { border-color: rgb(172,68,60); }

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