Html Css Color HEX #AC3E2D Medium Carmine

📋 copy color: '#AC3E2D'

red 172 ◦ green 62 ◦ blue 45

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

Shades of Medium Carmine #AC3E2D

Tints of Medium Carmine #AC3E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.13%

R = 61.65%
G = 22.22%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC3E2D (or 0xAC3E2D) is known color: Medium Carmine. HEX triplet: AC, 3E and 2D. RGB value is (172,62,45). Sum of RGB (Red+Green+Blue) = 172+62+45=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 62 (24.61% from 255 or 22.22% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E2D is #53C1D2. Grayscale: #5D5D5D. Windows color (decimal): -5489107 or 2965164. OLE color: 2965164.

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

Color convert

RGB 172 62 45 -
CMYK 0 0.64 0.74 0.33
HSL 8.03º 0.59% 0.43% -
HSV(B) 8.03º 0.74% 0.67% -
XYZ 19.21 12.41 3.86 -
YUV 92.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 172 62 45 0 0.64 0.74 0.33 8.03 0.59 0.43
Hex AC 3E 2D 0 40 4A 21 8 3B 2B
Octal 254 76 55 0 100 112 41 10 73 53
Binary 10101100 111110 101101 0 1000000 1001010 100001 1000 111011 101011

Color Harmonies of #AC3E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E2D

Black with #AC3E2D

Text Example


Text Example

White with #AC3E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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