Html Css Color HEX #AC3D2B Medium Carmine

📋 copy color: '#AC3D2B'

red 172 ◦ green 61 ◦ blue 43

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

Shades of Medium Carmine #AC3D2B

Tints of Medium Carmine #AC3D2B

RGB

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

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

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

R = 62.32%
G = 22.1%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC3D2B (or 0xAC3D2B) is known color: Medium Carmine. HEX triplet: AC, 3D and 2B. RGB value is (172,61,43). Sum of RGB (Red+Green+Blue) = 172+61+43=276 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.32% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3D2B is #53C2D4. Grayscale: #5C5C5C. Windows color (decimal): -5489365 or 2833836. OLE color: 2833836.

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

Color convert

RGB 172 61 43 -
CMYK 0 0.65 0.75 0.33
HSL 8.37º 0.6% 0.42% -
HSV(B) 8.37º 0.75% 0.67% -
XYZ 19.12 12.28 3.65 -
YUV 92.14 100.27 184.96 -
System Red Green Blue C M Y K H S L
Decimal 172 61 43 0 0.65 0.75 0.33 8.37 0.6 0.42
Hex AC 3D 2B 0 41 4B 21 8 3C 2A
Octal 254 75 53 0 101 113 41 10 74 52
Binary 10101100 111101 101011 0 1000001 1001011 100001 1000 111100 101010

Color Harmonies of #AC3D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3D2B

Black with #AC3D2B

Text Example


Text Example

White with #AC3D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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