Html Css Color HEX #AC3F31 Medium Carmine

📋 copy color: '#AC3F31'

red 172 ◦ green 63 ◦ blue 49

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

Shades of Medium Carmine #AC3F31

Tints of Medium Carmine #AC3F31

RGB

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

 GREEN value IS 63 (25% from 255) = 22.18%

 BLUE value IS 49 (19.53% from 255) = 17.25%

R = 60.56%
G = 22.18%
B = 17.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC3F31 (or 0xAC3F31) is known color: Medium Carmine. HEX triplet: AC, 3F and 31. RGB value is (172,63,49). Sum of RGB (Red+Green+Blue) = 172+63+49=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F31 is #53C0CE. Grayscale: #5E5E5E. Windows color (decimal): -5488847 or 3227564. OLE color: 3227564.

HSL color Cylindrical-coordinate representation of color #AC3F31: hue angle of 6.83º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3F31 is Cyan = 0, Magento = 0.63, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 63 49 -
CMYK 0 0.63 0.72 0.33
HSL 6.83º 0.56% 0.43% -
HSV(B) 6.83º 0.72% 0.67% -
XYZ 19.35 12.55 4.31 -
YUV 94 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 172 63 49 0 0.63 0.72 0.33 6.83 0.56 0.43
Hex AC 3F 31 0 3F 48 21 7 38 2B
Octal 254 77 61 0 77 110 41 7 70 53
Binary 10101100 111111 110001 0 111111 1001000 100001 111 111000 101011

Color Harmonies of #AC3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F31

Black with #AC3F31

Text Example


Text Example

White with #AC3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F31; }

 p { color: rgb(172,63,49); }

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

background-color css

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

 a { background-color: rgb(172,63,49); }

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

border-color css

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

 span { border-color: rgb(172,63,49); }

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