Html Css Color HEX #AC3D37 Medium Carmine

📋 copy color: '#AC3D37'

red 172 ◦ green 61 ◦ blue 55

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

Shades of Medium Carmine #AC3D37

Tints of Medium Carmine #AC3D37

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.18%

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

R = 59.72%
G = 21.18%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC3D37 (or 0xAC3D37) is known color: Medium Carmine. HEX triplet: AC, 3D and 37. RGB value is (172,61,55). Sum of RGB (Red+Green+Blue) = 172+61+55=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D37 is #53C2C8. Grayscale: #5D5D5D. Windows color (decimal): -5489353 or 3620268. OLE color: 3620268.

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

Color convert

RGB 172 61 55 -
CMYK 0 0.65 0.68 0.33
HSL 3.08º 0.52% 0.45% -
HSV(B) 3.08º 0.68% 0.67% -
XYZ 19.37 12.38 4.98 -
YUV 93.51 106.27 183.99 -
System Red Green Blue C M Y K H S L
Decimal 172 61 55 0 0.65 0.68 0.33 3.08 0.52 0.45
Hex AC 3D 37 0 41 44 21 3 34 2D
Octal 254 75 67 0 101 104 41 3 64 55
Binary 10101100 111101 110111 0 1000001 1000100 100001 11 110100 101101

Color Harmonies of #AC3D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D37

Black with #AC3D37

Text Example


Text Example

White with #AC3D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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