Html Css Color HEX #AC443D Medium Carmine

📋 copy color: '#AC443D'

red 172 ◦ green 68 ◦ blue 61

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

Shades of Medium Carmine #AC443D

Tints of Medium Carmine #AC443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 57.14%
G = 22.59%
B = 20.27%

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

#AC443D (or 0xAC443D) is known color: Medium Carmine. HEX triplet: AC, 44 and 3D. RGB value is (172,68,61). Sum of RGB (Red+Green+Blue) = 172+68+61=301 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.14% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 172 - color contains mainly: red. Hex color #AC443D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC443D is #53BBC2. Grayscale: #626262. Windows color (decimal): -5487555 or 4015276. OLE color: 4015276.

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

Color convert

RGB 172 68 61 -
CMYK 0 0.60 0.65 0.33
HSL 3.78º 0.48% 0.46% -
HSV(B) 3.78º 0.65% 0.67% -
XYZ 19.92 13.24 5.92 -
YUV 98.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 172 68 61 0 0.60 0.65 0.33 3.78 0.48 0.46
Hex AC 44 3D 0 3C 41 21 4 30 2E
Octal 254 104 75 0 74 101 41 4 60 56
Binary 10101100 1000100 111101 0 111100 1000001 100001 100 110000 101110

Color Harmonies of #AC443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC443D

Black with #AC443D

Text Example


Text Example

White with #AC443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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