Html Css Color HEX #AC3731 Medium Carmine

📋 copy color: '#AC3731'

red 172 ◦ green 55 ◦ blue 49

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

Shades of Medium Carmine #AC3731

Tints of Medium Carmine #AC3731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 62.32%
G = 19.93%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AC3731 (or 0xAC3731) is known color: Medium Carmine. HEX triplet: AC, 37 and 31. RGB value is (172,55,49). Sum of RGB (Red+Green+Blue) = 172+55+49=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3731 is #53C8CE. Grayscale: #595959. Windows color (decimal): -5490895 or 3225516. OLE color: 3225516.

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

Color convert

RGB 172 55 49 -
CMYK 0 0.68 0.72 0.33
HSL 2.93º 0.56% 0.43% -
HSV(B) 2.93º 0.72% 0.67% -
XYZ 18.93 11.72 4.17 -
YUV 89.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 172 55 49 0 0.68 0.72 0.33 2.93 0.56 0.43
Hex AC 37 31 0 44 48 21 3 38 2B
Octal 254 67 61 0 104 110 41 3 70 53
Binary 10101100 110111 110001 0 1000100 1001000 100001 11 111000 101011

Color Harmonies of #AC3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3731

Black with #AC3731

Text Example


Text Example

White with #AC3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3731; }

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

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

background-color css

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

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

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

border-color css

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

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

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