Html Css Color HEX #AC3E37 Medium Carmine

📋 copy color: '#AC3E37'

red 172 ◦ green 62 ◦ blue 55

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

Shades of Medium Carmine #AC3E37

Tints of Medium Carmine #AC3E37

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.45%

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 59.52%
G = 21.45%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC3E37 (or 0xAC3E37) is known color: Medium Carmine. HEX triplet: AC, 3E and 37. RGB value is (172,62,55). Sum of RGB (Red+Green+Blue) = 172+62+55=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 62 (24.61% from 255 or 21.45% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E37 is #53C1C8. Grayscale: #5E5E5E. Windows color (decimal): -5489097 or 3620524. OLE color: 3620524.

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

Color convert

RGB 172 62 55 -
CMYK 0 0.64 0.68 0.33
HSL 3.59º 0.52% 0.45% -
HSV(B) 3.59º 0.68% 0.67% -
XYZ 19.43 12.49 5 -
YUV 94.09 105.94 183.57 -
System Red Green Blue C M Y K H S L
Decimal 172 62 55 0 0.64 0.68 0.33 3.59 0.52 0.45
Hex AC 3E 37 0 40 44 21 4 34 2D
Octal 254 76 67 0 100 104 41 4 64 55
Binary 10101100 111110 110111 0 1000000 1000100 100001 100 110100 101101

Color Harmonies of #AC3E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E37

Black with #AC3E37

Text Example


Text Example

White with #AC3E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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