Html Css Color HEX #AC3B2B Medium Carmine

📋 copy color: '#AC3B2B'

red 172 ◦ green 59 ◦ blue 43

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

Shades of Medium Carmine #AC3B2B

Tints of Medium Carmine #AC3B2B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.53%

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

R = 62.77%
G = 21.53%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC3B2B (or 0xAC3B2B) is known color: Medium Carmine. HEX triplet: AC, 3B and 2B. RGB value is (172,59,43). Sum of RGB (Red+Green+Blue) = 172+59+43=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3B2B is #53C4D4. Grayscale: #5B5B5B. Windows color (decimal): -5489877 or 2833324. OLE color: 2833324.

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

Color convert

RGB 172 59 43 -
CMYK 0 0.66 0.75 0.33
HSL 7.44º 0.6% 0.42% -
HSV(B) 7.44º 0.75% 0.67% -
XYZ 19.01 12.07 3.61 -
YUV 90.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 172 59 43 0 0.66 0.75 0.33 7.44 0.6 0.42
Hex AC 3B 2B 0 42 4B 21 7 3C 2A
Octal 254 73 53 0 102 113 41 7 74 52
Binary 10101100 111011 101011 0 1000010 1001011 100001 111 111100 101010

Color Harmonies of #AC3B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3B2B

Black with #AC3B2B

Text Example


Text Example

White with #AC3B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3B2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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