Html Css Color HEX #AC3F33 Medium Carmine

📋 copy color: '#AC3F33'

red 172 ◦ green 63 ◦ blue 51

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

Shades of Medium Carmine #AC3F33

Tints of Medium Carmine #AC3F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.83%

R = 60.14%
G = 22.03%
B = 17.83%

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

#AC3F33 (or 0xAC3F33) is known color: Medium Carmine. HEX triplet: AC, 3F and 33. RGB value is (172,63,51). Sum of RGB (Red+Green+Blue) = 172+63+51=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 63 (25% from 255 or 22.03% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3F33 is #53C0CC. Grayscale: #5E5E5E. Windows color (decimal): -5488845 or 3358636. OLE color: 3358636.

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

Color convert

RGB 172 63 51 -
CMYK 0 0.63 0.70 0.33
HSL 5.95º 0.54% 0.44% -
HSV(B) 5.95º 0.7% 0.67% -
XYZ 19.39 12.56 4.54 -
YUV 94.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 172 63 51 0 0.63 0.70 0.33 5.95 0.54 0.44
Hex AC 3F 33 0 3F 46 21 6 36 2C
Octal 254 77 63 0 77 106 41 6 66 54
Binary 10101100 111111 110011 0 111111 1000110 100001 110 110110 101100

Color Harmonies of #AC3F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3F33

Black with #AC3F33

Text Example


Text Example

White with #AC3F33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3F33; }

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

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

background-color css

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

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

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

border-color css

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

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

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