Html Css Color HEX #AC3F2E Medium Carmine

📋 copy color: '#AC3F2E'

red 172 ◦ green 63 ◦ blue 46

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

Shades of Medium Carmine #AC3F2E

Tints of Medium Carmine #AC3F2E

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

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

R = 61.21%
G = 22.42%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC3F2E (or 0xAC3F2E) is known color: Medium Carmine. HEX triplet: AC, 3F and 2E. RGB value is (172,63,46). Sum of RGB (Red+Green+Blue) = 172+63+46=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F2E is #53C0D1. Grayscale: #5D5D5D. Windows color (decimal): -5488850 or 3030956. OLE color: 3030956.

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

Color convert

RGB 172 63 46 -
CMYK 0 0.63 0.73 0.33
HSL 8.1º 0.58% 0.43% -
HSV(B) 8.1º 0.73% 0.67% -
XYZ 19.28 12.52 3.99 -
YUV 93.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 172 63 46 0 0.63 0.73 0.33 8.1 0.58 0.43
Hex AC 3F 2E 0 3F 49 21 8 3A 2B
Octal 254 77 56 0 77 111 41 10 72 53
Binary 10101100 111111 101110 0 111111 1001001 100001 1000 111010 101011

Color Harmonies of #AC3F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F2E

Black with #AC3F2E

Text Example


Text Example

White with #AC3F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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