Html Css Color HEX #AC3E2E Medium Carmine

📋 copy color: '#AC3E2E'

red 172 ◦ green 62 ◦ blue 46

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

Shades of Medium Carmine #AC3E2E

Tints of Medium Carmine #AC3E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 61.43%
G = 22.14%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC3E2E (or 0xAC3E2E) is known color: Medium Carmine. HEX triplet: AC, 3E and 2E. RGB value is (172,62,46). Sum of RGB (Red+Green+Blue) = 172+62+46=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E2E is #53C1D1. Grayscale: #5D5D5D. Windows color (decimal): -5489106 or 3030700. OLE color: 3030700.

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

Color convert

RGB 172 62 46 -
CMYK 0 0.64 0.73 0.33
HSL 7.62º 0.58% 0.43% -
HSV(B) 7.62º 0.73% 0.67% -
XYZ 19.23 12.41 3.97 -
YUV 93.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 172 62 46 0 0.64 0.73 0.33 7.62 0.58 0.43
Hex AC 3E 2E 0 40 49 21 8 3A 2B
Octal 254 76 56 0 100 111 41 10 72 53
Binary 10101100 111110 101110 0 1000000 1001001 100001 1000 111010 101011

Color Harmonies of #AC3E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E2E

Black with #AC3E2E

Text Example


Text Example

White with #AC3E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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