Html Css Color HEX #AC3E33 Medium Carmine

📋 copy color: '#AC3E33'

red 172 ◦ green 62 ◦ blue 51

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

Shades of Medium Carmine #AC3E33

Tints of Medium Carmine #AC3E33

RGB

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

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

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

R = 60.35%
G = 21.75%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3E33 (or 0xAC3E33) is known color: Medium Carmine. HEX triplet: AC, 3E and 33. RGB value is (172,62,51). Sum of RGB (Red+Green+Blue) = 172+62+51=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 51 (20.31% from 255 or 17.89% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E33 is #53C1CC. Grayscale: #5D5D5D. Windows color (decimal): -5489101 or 3358380. OLE color: 3358380.

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

Color convert

RGB 172 62 51 -
CMYK 0 0.64 0.70 0.33
HSL 5.45º 0.54% 0.44% -
HSV(B) 5.45º 0.7% 0.67% -
XYZ 19.33 12.45 4.52 -
YUV 93.64 103.94 183.89 -
System Red Green Blue C M Y K H S L
Decimal 172 62 51 0 0.64 0.70 0.33 5.45 0.54 0.44
Hex AC 3E 33 0 40 46 21 5 36 2C
Octal 254 76 63 0 100 106 41 5 66 54
Binary 10101100 111110 110011 0 1000000 1000110 100001 101 110110 101100

Color Harmonies of #AC3E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E33

Black with #AC3E33

Text Example


Text Example

White with #AC3E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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