Html Css Color HEX #AC3F34 Medium Carmine

📋 copy color: '#AC3F34'

red 172 ◦ green 63 ◦ blue 52

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

Shades of Medium Carmine #AC3F34

Tints of Medium Carmine #AC3F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.12%

R = 59.93%
G = 21.95%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3F34 (or 0xAC3F34) is known color: Medium Carmine. HEX triplet: AC, 3F and 34. RGB value is (172,63,52). Sum of RGB (Red+Green+Blue) = 172+63+52=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 63 (25% from 255 or 21.95% from 287); Blue value is 52 (20.70% from 255 or 18.12% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F34 is #53C0CB. Grayscale: #5E5E5E. Windows color (decimal): -5488844 or 3424172. OLE color: 3424172.

HSL color Cylindrical-coordinate representation of color #AC3F34: hue angle of 5.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3F34 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 63 52 -
CMYK 0 0.63 0.70 0.33
HSL 5.5º 0.54% 0.44% -
HSV(B) 5.5º 0.7% 0.67% -
XYZ 19.41 12.57 4.65 -
YUV 94.34 104.11 183.39 -
System Red Green Blue C M Y K H S L
Decimal 172 63 52 0 0.63 0.70 0.33 5.5 0.54 0.44
Hex AC 3F 34 0 3F 46 21 6 36 2C
Octal 254 77 64 0 77 106 41 6 66 54
Binary 10101100 111111 110100 0 111111 1000110 100001 110 110110 101100

Color Harmonies of #AC3F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F34

Black with #AC3F34

Text Example


Text Example

White with #AC3F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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