Html Css Color HEX #AC3E2B Medium Carmine

📋 copy color: '#AC3E2B'

red 172 ◦ green 62 ◦ blue 43

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

Shades of Medium Carmine #AC3E2B

Tints of Medium Carmine #AC3E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.52%

R = 62.09%
G = 22.38%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC3E2B (or 0xAC3E2B) is known color: Medium Carmine. HEX triplet: AC, 3E and 2B. RGB value is (172,62,43). Sum of RGB (Red+Green+Blue) = 172+62+43=277 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.09% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 43 (17.19% from 255 or 15.52% from 277); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E2B is #53C1D4. Grayscale: #5C5C5C. Windows color (decimal): -5489109 or 2834092. OLE color: 2834092.

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

Color convert

RGB 172 62 43 -
CMYK 0 0.64 0.75 0.33
HSL 8.84º 0.6% 0.42% -
HSV(B) 8.84º 0.75% 0.67% -
XYZ 19.17 12.39 3.67 -
YUV 92.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 172 62 43 0 0.64 0.75 0.33 8.84 0.6 0.42
Hex AC 3E 2B 0 40 4B 21 9 3C 2A
Octal 254 76 53 0 100 113 41 11 74 52
Binary 10101100 111110 101011 0 1000000 1001011 100001 1001 111100 101010

Color Harmonies of #AC3E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E2B

Black with #AC3E2B

Text Example


Text Example

White with #AC3E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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